aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
blob: 9b754d88ac7a33a0c5b9e47fd6b933f8f807745c (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