$NetBSD: patch-al,v 1.5 2006/01/17 21:23:01 kristerw Exp $

--- fep_util.c.orig	1988-12-28 07:24:01.000000000 -0500
+++ fep_util.c	2005-12-10 16:59:27.000000000 -0500
@@ -6 +6 @@
-#endif lint
+#endif /* lint */
@@ -178,9 +178,9 @@
 {
     return (d1 > d2 ? d1 : d2);
 }
-#endif max
+#endif /* max */
 
-#else MKARGDEBUG
+#else /* MKARGDEBUG */
 
 #include <stdio.h>
 #include <ctype.h>
@@ -198,7 +198,7 @@
 	showArgs (s);
     }
 }
-#endif MKARGDEBUG
+#endif /* MKARGDEBUG */
 
 showArgs (comline)
     char *comline;
@@ -402,4 +402,4 @@
     else
 	return (iskanji (*cp));
 }
-#endif KANJI
+#endif /* KANJI */
