From 018cf665d8894f78880083c3e411292b0053824f Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 8 Jun 1989 13:02:26 +0000 Subject: [PATCH] some additions to .distr file --- lang/pc/comp/.distr | 2 ++ lang/pc/comp/options | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 lang/pc/comp/options diff --git a/lang/pc/comp/.distr b/lang/pc/comp/.distr index 181d571a7..46f40d5bf 100644 --- a/lang/pc/comp/.distr +++ b/lang/pc/comp/.distr @@ -4,6 +4,7 @@ LLmessage.c Makefile Parameters Resolve +Version.c body.c casestat.C char.tab @@ -42,6 +43,7 @@ misc.h nmclash.c node.H node.c +options options.c program.g progs.c diff --git a/lang/pc/comp/options b/lang/pc/comp/options new file mode 100644 index 000000000..e89fd61ac --- /dev/null +++ b/lang/pc/comp/options @@ -0,0 +1,22 @@ +options: + +a: enable assertions +c: allow C-like strings +d: allow longs +i: set the size of sets +n: no register messages +s: only compile standard pascal +t: tracing +u, U: allow underscores in variables +w: disable warnings +A: extra array bound checks +C: disinguish between upper- an lower-case +L: no FIL and LIN instructions +M: maximum identifier length +R: no runtime checks +V: object sizes and alignments + +Debugging options: + +l: run lexical analyzer only +I: debugging info -- 2.34.1