From 8eb87757a0a3df6bc36f7251f010c849916455df Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 3 Dec 2025 09:36:26 +0100 Subject: Remove modula-2 definitions --- source/CommandLineInterface.def | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 source/CommandLineInterface.def (limited to 'source/CommandLineInterface.def') diff --git a/source/CommandLineInterface.def b/source/CommandLineInterface.def deleted file mode 100644 index e4688c4..0000000 --- a/source/CommandLineInterface.def +++ /dev/null @@ -1,16 +0,0 @@ -DEFINITION MODULE CommandLineInterface; - -FROM Common IMPORT ShortString; - -TYPE - CommandLine = RECORD - input: ShortString; - output: ShortString; - lex: BOOLEAN; - parse: BOOLEAN - END; - PCommandLine = POINTER TO CommandLine; - -PROCEDURE parse_command_line(): PCommandLine; - -END CommandLineInterface. -- cgit v1.2.3