summaryrefslogtreecommitdiff
path: root/modules/m4.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/m4.h')
-rw-r--r--modules/m4.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/m4.h b/modules/m4.h
index a6d3c920..06361887 100644
--- a/modules/m4.h
+++ b/modules/m4.h
@@ -29,9 +29,9 @@ BEGIN_C_DECLS
from call to call in m4_dump_symbols. */
typedef struct
{
- m4_obstack *obs; /* obstack for table */
- const m4_string *base; /* base of table */
- int size; /* size of table */
+ m4_obstack *obs; /* obstack for table */
+ const m4_string *base; /* base of table */
+ int size; /* size of table */
} m4_dump_symbol_data;