[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / yaccParser / finfot.ugn
index 9cf60eb..1ac6899 100644 (file)
@@ -7,6 +7,6 @@ import UgenUtil
 import Util
 %}}
 type finfot;
-       nofinfo : < >;
+/*OLD:95/08:   nofinfo : < >; */
        finfo   : < fi1: stringId; fi2: stringId; >;
 end;