summaryrefslogtreecommitdiff
path: root/src/global.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-06-28 18:01:52 -0400
committerAdrian Thurston <thurston@complang.org>2015-06-28 18:01:52 -0400
commit835c359b551831b8272dc71e5feaf702aa189576 (patch)
tree58e15647d51659c5816eb1dbadbd406da7f7641b /src/global.h
parent16e9e149c06e7407afe57fac0072bb4c35e8cb80 (diff)
downloadcolm-835c359b551831b8272dc71e5feaf702aa189576.tar.gz
increment and decrement absolute indentation on _IN_ and _EX_ typescolm-barracuda-v5
We can send these out when we are sending to a stream, or we can embed these types in parsers.
Diffstat (limited to 'src/global.h')
-rw-r--r--src/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h
index 553d580e..1c74880f 100644
--- a/src/global.h
+++ b/src/global.h
@@ -62,6 +62,7 @@ extern bool printStatistics;
extern int gblErrorCount;
extern bool gblLibrary;
+extern long gblActiveRealm;
extern char machineMain[];
extern const char *exportHeaderFn;