$NetBSD: patch-ac,v 1.1 2004/01/23 11:43:33 agc Exp $

--- database/database.h.in	2004/01/23 09:50:02	1.1
+++ database/database.h.in	2004/01/23 09:50:45
@@ -26,13 +26,13 @@
 
 #ifndef	_MAGIC
 int err0 = Need_to_include_misc/magic_header;
-#endif	_MAGIC
+#endif	/* _MAGIC */
 #ifndef	_TILES
 int err1 = Need_to_include_tiles/tile_header;
-#endif	_TILES
+#endif	/* _TILES */
 #ifndef	_HASH
 int err2 = Need_to_include_utils/hash_header;
-#endif	_HASH
+#endif	/* _HASH */
 
 /* ----------------------- Tunable constants -------------------------- */
 
@@ -412,7 +412,7 @@
    bool side;
 } DiagInfo;
 
-#endif NONMANHATTAN
+#endif /* NONMANHATTAN */
 
 /*     
  * Structure to pass to dbcUnconnectFunc(), containing the overlap
