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

typedef struct ParserThreadData ParserThreadData;
typedef struct amal_compiler amal_compiler;

#endif