newer version

This commit is contained in:
ceriel
1986-05-01 19:06:53 +00:00
parent 8b07933e3d
commit 07e226dac3
26 changed files with 468 additions and 96 deletions

View File

@@ -1,16 +1,20 @@
/* N O D E O F A N A B S T R A C T P A R S E T R E E */
#ifndef NORCSID
static char *RcsId = "$Header$";
#endif
#include "debug.h"
#include <em_label.h>
#include <em_arith.h>
#include <alloc.h>
#include <system.h>
#include "def.h"
#include "type.h"
#include "LLlex.h"
#include "node.h"
#include "debug.h"
struct node *h_node; /* header of free list */