From: sof Date: Thu, 5 Jun 1997 20:46:34 +0000 (+0000) Subject: [project @ 1997-06-05 20:46:34 by sof] X-Git-Tag: Approximately_1000_patches_recorded~385 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=eaafd72315088f0040f8e392e340826c6fa698bf;p=ghc-hetmet.git [project @ 1997-06-05 20:46:34 by sof] SOURCE pragmas on import decls --- diff --git a/ghc/compiler/parser/binding.ugn b/ghc/compiler/parser/binding.ugn index b03ba07..25c7802 100644 --- a/ghc/compiler/parser/binding.ugn +++ b/ghc/compiler/parser/binding.ugn @@ -51,11 +51,12 @@ type binding; nullbind : < >; - import : < gibindimod : stringId; - gibindqual : long; - gibindas : maybe; - gibindspec : maybe; - gibindline : long; >; + import : < gibindimod : stringId; + gibindqual : long; + gibindas : maybe; + gibindspec : maybe; + gibindsource : long; + gibindline : long; >; /* user-specified pragmas:XXXX */