diff options
Diffstat (limited to 'util/makedepend/imakemdep.h')
-rw-r--r-- | util/makedepend/imakemdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/makedepend/imakemdep.h b/util/makedepend/imakemdep.h index 6a51914b7..b8117c83f 100644 --- a/util/makedepend/imakemdep.h +++ b/util/makedepend/imakemdep.h @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. */ -/* +/* * This file contains machine-dependent constants for the imake utility. * When porting imake, read each of the steps below and add in any necessary * definitions. In general you should *not* edit ccimake.c or imake.c! @@ -460,7 +460,7 @@ static const struct symtab predefs[] = { #endif #if defined (__BUILTIN_VA_ARG_INCR) {"__BUILTIN_VA_ARG_INCR", "1"}, -#endif +#endif /* add any additional symbols before this line */ {NULL, NULL} }; |