aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/macros_2.c
blob: 0a63a9bc092a1331218ac878a75eb05adc318677 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
	File: macros.c
	Author: John van Groningen
*/

#include "types.t"
#include "system.h"
#include "syntaxtr.t"
#include "comsupport.h"
#include "sizes.h"
#include "buildtree.h"
#include "checksupport.h"
#include "macros.h"
#include "checktypedefs.h"

struct local_def *free_ldefs;