14 lines
200 B
C
14 lines
200 B
C
|
#ifndef PHEADING
|
||
|
#define PHEADING
|
||
|
|
||
|
#define YY_NO_UNPUT
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include "terms.h"
|
||
|
#include "termlists.h"
|
||
|
#include "symbols.h"
|
||
|
#include "runs.h"
|
||
|
#include "tac.h"
|
||
|
#endif
|