The Modula-2 compiler now builds.

This commit is contained in:
David Given
2016-08-13 00:02:21 +02:00
parent 08b7c4aaae
commit 8e869b56e7
3 changed files with 142 additions and 1 deletions

7
lang/m2/comp/make.parameters Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo '#ifndef PARAMETERS_H'
echo '#define PARAMETERS_H'
grep -v '^!'
echo '#endif'