aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: 76e5e0d1e1e4ed3a166ab0d04975c8d64256286d (plain)
1
2
3
4
5
6
7
8
9
10
#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;
typedef struct FileScopeReference FileScopeReference;

#endif