summaryrefslogtreecommitdiff
path: root/compiler/globals.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/globals.pas')
-rw-r--r--compiler/globals.pas13
1 files changed, 10 insertions, 3 deletions
diff --git a/compiler/globals.pas b/compiler/globals.pas
index 3ce039f463..e7fa38dd5d 100644
--- a/compiler/globals.pas
+++ b/compiler/globals.pas
@@ -161,6 +161,15 @@ interface
property items[I:longint]:TLinkRec read getlinkrec; default;
end;
+ tpendingstate = record
+ nextverbositystr : string;
+ nextlocalswitches : tlocalswitches;
+ nextverbosityfullswitch: longint;
+ verbosityfullswitched,
+ localswitcheschanged : boolean;
+ end;
+
+
var
{ specified inputfile }
inputfilepath : string;
@@ -252,9 +261,7 @@ interface
init_settings,
current_settings : tsettings;
- nextlocalswitches : tlocalswitches;
- localswitcheschanged : boolean;
-
+ pendingstate : tpendingstate;
{ Memory sizes }
heapsize,
stacksize,