summaryrefslogtreecommitdiff
path: root/cad/findhier/files/patch-reverse.c
blob: 1391da9059f9a046a636079a720f8005a6f8fb46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- reverse.c.orig	Sun Apr 29 00:54:40 2007
+++ reverse.c	Sun Apr 29 00:54:49 2007
@@ -85,7 +85,7 @@
 		warning("Cell |%s| not found.\n",mytop);
 		exit(-1);
 	}
-#endif __OLD__
+#endif /* __OLD__ */
 	warning("Cell |%s| not found.\n",mytop);
 	return((struct branch *)NULL);
 }