X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FyaccParser%2Ffinfot.ugn;h=1ac68993bcfb2788fbdb663af10d653d6ad8f758;hb=b52838bcf54a3d5d07cf29f17f3af6f584fc0f4e;hp=9cf60eb75f7f75a38f4e55b85c6a0220759d1272;hpb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;p=ghc-hetmet.git diff --git a/ghc/compiler/yaccParser/finfot.ugn b/ghc/compiler/yaccParser/finfot.ugn index 9cf60eb..1ac6899 100644 --- a/ghc/compiler/yaccParser/finfot.ugn +++ b/ghc/compiler/yaccParser/finfot.ugn @@ -7,6 +7,6 @@ import UgenUtil import Util %}} type finfot; - nofinfo : < >; +/*OLD:95/08: nofinfo : < >; */ finfo : < fi1: stringId; fi2: stringId; >; end;