Removed Version.c

This commit is contained in:
ceriel
1995-12-06 09:52:54 +00:00
parent d92f198d58
commit e9bedfcbd2
21 changed files with 23 additions and 84 deletions

View File

@@ -4,7 +4,6 @@ LLmessage.c
proto.make
proto.main
Parameters
Version.c
body.c
casestat.C
char.tab

View File

@@ -1,5 +0,0 @@
distr:
echo '#ifndef lint' > Version.c
echo 'char Version[] = "ACK Pascal compiler Version XXX";' | \
sed "s/XXX/`RC -i`/" >> Version.c
echo '#endif' >> Version.c