2004-04-23 11:58:43 +01:00
|
|
|
#ifndef PHEADING
|
|
|
|
#define PHEADING
|
|
|
|
|
|
|
|
#define YY_NO_UNPUT
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
2004-07-24 20:07:29 +01:00
|
|
|
#include "term.h"
|
|
|
|
#include "termlist.h"
|
|
|
|
#include "symbol.h"
|
2004-07-24 16:08:35 +01:00
|
|
|
#include "system.h"
|
2004-04-23 11:58:43 +01:00
|
|
|
#include "tac.h"
|
|
|
|
#endif
|