summaryrefslogtreecommitdiff
path: root/source/Common.def
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-12-03 09:36:26 +0100
committerEugen Wissner <belka@caraus.de>2025-12-03 09:36:26 +0100
commit8eb87757a0a3df6bc36f7251f010c849916455df (patch)
tree230d6fe4bb3f9996c43c8b5f96f1f580a7c27fa9 /source/Common.def
parent1c2a8e6da852016bedcc70e45cd328836a20f18a (diff)
downloadelna-8eb87757a0a3df6bc36f7251f010c849916455df.tar.gz
Remove modula-2 definitions
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.