Skip to content
Snippets Groups Projects
Commit eaafd723 authored by sof's avatar sof
Browse files

[project @ 1997-06-05 20:46:34 by sof]

SOURCE pragmas on import decls
parent 5fdc37e2
No related branches found
No related tags found
No related merge requests found
...@@ -51,11 +51,12 @@ type binding; ...@@ -51,11 +51,12 @@ type binding;
nullbind : < >; nullbind : < >;
import : < gibindimod : stringId; import : < gibindimod : stringId;
gibindqual : long; gibindqual : long;
gibindas : maybe; gibindas : maybe;
gibindspec : maybe; gibindspec : maybe;
gibindline : long; >; gibindsource : long;
gibindline : long; >;
/* user-specified pragmas:XXXX */ /* user-specified pragmas:XXXX */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment