freebsd-ports/cad/findhier/files/patch-names.c
Hiroki Sato 05dd2ea17f FindHier is a road-map generator for Magic/CIF/gdsII/PCSTR/GED/TeX.
---When you have a large number of or big layout/schematic/TeX files which
 have possibly many top cells made by other people, how can you manage
 those layout/schematic/TeXs?  FH is written for that.  It can be useful
 up to your imagination or shell programming skill.  FH analyses the
 hidden hierarchies of those cells and shows you the hierarchy information.
2007-04-28 17:01:15 +00:00

11 lines
267 B
C

--- names.c.orig Sun Apr 29 00:54:55 2007
+++ names.c Sun Apr 29 00:55:01 2007
@@ -116,7 +116,7 @@
}
#ifndef _UNIX_
strlwr(dp);
-#endif _UNIX_
+#endif /* _UNIX_ */
/* extension() will corrupt dp on purpose */
if (!strcmp(extension(dp),EXT+1)) create(dp);
}