Pascal compiler now runs.
--HG-- branch : dtrg-buildsystem rename : lang/basic/build.mk => lang/pc/build.mk rename : lang/cem/cemcom.ansi/build.mk => lang/pc/comp/build.mk rename : lang/basic/lib/build.mk => lang/pc/libpc/build.mk
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/* D E C L A R A T I O N S */
|
||||
|
||||
{
|
||||
/* next line DEBUG */
|
||||
#include "parameters.h"
|
||||
/* next line DEBUG */
|
||||
#include "debug.h"
|
||||
|
||||
#include <alloc.h>
|
||||
@@ -19,7 +20,6 @@
|
||||
#include "node.h"
|
||||
#include "scope.h"
|
||||
#include "type.h"
|
||||
#include "dbsymtab.h"
|
||||
|
||||
#define PC_BUFSIZ (sizeof(struct file) - (int)((struct file *)0)->bufadr)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user