$NetBSD: patch-al,v 1.2 2003/11/11 10:42:32 wiz Exp $ --- fep_util.c.orig Wed Dec 28 13:24:01 1988 +++ fep_util.c @@ -178,9 +178,9 @@ max (d1, d2) { return (d1 > d2 ? d1 : d2); } -#endif max +#endif /* max */ -#else MKARGDEBUG +#else /* MKARGDEBUG */ #include #include @@ -198,7 +198,7 @@ main() showArgs (s); } } -#endif MKARGDEBUG +#endif /* MKARGDEBUG */ showArgs (comline) char *comline; @@ -402,4 +402,4 @@ iskanji_in_string (s, i) else return (iskanji (*cp)); } -#endif KANJI +#endif /* KANJI */