blob: 31283bf6273eda6e0103821b34adccc173349edf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
$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
|