diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-12 20:27:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-12 20:27:38 +0000 |
commit | 5da85e4bff12dd2e672262624821950af5b06680 (patch) | |
tree | 49b874cdece8e13273fe9e8c45f1b9540ad729db /util/makedepend/imakemdep.h | |
parent | 7977c4ef88890df8c3e2cc0f0892f3d738aae915 (diff) |
Update to makedepend 1.0.4. Tested by naddy@ on a bulk ports build
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} }; |