1 #ifndef SUN_COMPILER_COMPILER_INTERNAL_H
2 #define SUN_COMPILER_COMPILER_INTERNAL_H
4 #include <sun/compiler/compiler.h>
10 struct SLCLexerExtra
{
11 SLCSourceReadCallback readCallback
;
12 void *readCallbackParameter
;
14 typedef struct SLCLexerExtra SLCLexerExtra
;