summaryrefslogtreecommitdiff
path: root/source/Common.def
diff options
context:
space:
mode:
Diffstat (limited to 'source/Common.def')
-rw-r--r--source/Common.def12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/Common.def b/source/Common.def
deleted file mode 100644
index 9520230..0000000
--- a/source/Common.def
+++ /dev/null
@@ -1,12 +0,0 @@
-DEFINITION MODULE Common;
-
-TYPE
- ShortString = ARRAY[1..256] OF CHAR;
- Identifier = ARRAY[1..256] OF CHAR;
- PIdentifier = POINTER TO Identifier;
- TextLocation = RECORD
- line: CARDINAL;
- column: CARDINAL
- END;
-
-END Common.