aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: 74f2411cb2e6a27af5248fb84d5113229121a5b7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef AMALGAM_DEFS_H
#define AMALGAM_DEFS_H

typedef struct ParserThreadData ParserThreadData;
typedef struct amal_compiler amal_compiler;
typedef struct Parser Parser;
typedef struct Scope Scope;

#endif