Modula-2 now works.

--HG--
branch : dtrg-buildsystem
rename : lang/pc/build.mk => lang/m2/build.mk
rename : lang/pc/libpc/build.mk => lang/m2/comp/build.mk
rename : lang/pc/libpc/build.mk => lang/m2/libm2/build.mk
This commit is contained in:
David Given
2013-05-14 22:24:38 +01:00
parent 66aebcdd91
commit f6c43b95ef
38 changed files with 267 additions and 48 deletions

View File

@@ -13,6 +13,7 @@
#include <stdio.h>
#include <string.h>
#include "parameters.h"
#include "debug.h"
#include "alloc.h"
@@ -21,7 +22,6 @@
#include "em_code.h"
#include "assert.h"
#include "dbsymtab.h"
#include "idf.h"
#include "LLlex.h"
#include "def.h"