60b02eea0e
Exception: states.h is the plural form.
14 lines
199 B
C
14 lines
199 B
C
#ifndef PHEADING
|
|
#define PHEADING
|
|
|
|
#define YY_NO_UNPUT
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include "term.h"
|
|
#include "termlist.h"
|
|
#include "symbol.h"
|
|
#include "system.h"
|
|
#include "tac.h"
|
|
#endif
|