scyther/src/pheading.h

14 lines
199 B
C
Raw Normal View History

2004-04-23 11:58:43 +01:00
#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"
2004-04-23 11:58:43 +01:00
#include "tac.h"
#endif