05dd2ea17f
---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.
11 lines
267 B
C
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);
|
|
}
|