]> git.bts.cx Git - sun.git/blob - runtime/src/sun/compiler/compiler_internal.h
Initial commit
[sun.git] / runtime / src / sun / compiler / compiler_internal.h
1 #ifndef SUN_COMPILER_COMPILER_INTERNAL_H
2 #define SUN_COMPILER_COMPILER_INTERNAL_H
3
4 #include <sun/compiler/compiler.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 struct SLCLexerExtra {
11 SLCSourceReadCallback readCallback;
12 void *readCallbackParameter;
13 };
14 typedef struct SLCLexerExtra SLCLexerExtra;
15
16 #ifdef __cplusplus
17 }
18 #endif
19
20 #endif