aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/grops/psrm.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/groff/grops/psrm.cc')
-rw-r--r--gnu/usr.bin/groff/grops/psrm.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/grops/psrm.cc b/gnu/usr.bin/groff/grops/psrm.cc
index e26acf4b15c5..5abe683f7213 100644
--- a/gnu/usr.bin/groff/grops/psrm.cc
+++ b/gnu/usr.bin/groff/grops/psrm.cc
@@ -873,9 +873,10 @@ void resource_manager::process_file(int rank, FILE *fp, const char *filename,
const int NHEADER_COMMENTS = (sizeof(header_comment_table)
/ sizeof(header_comment_table[0]));
+ typedef (resource_manager::*resource_manager_mfp)(const char *, int, FILE *, FILE *);
struct comment_info {
const char *name;
- int (resource_manager::*proc)(const char *, int, FILE *, FILE *);
+ resource_manager_mfp proc;
};
static comment_info comment_table[] = {