fix compile script bug.
[reglxgmr.git] / lib / reglxgmr / Token / strtoken.h
blob3489775ba21aa78f38ae2e4a737bba87189dc213
1 /************************************************************************
2 * $PROJECT Project
4 * (c) Copyright $YEAR, $COMPANY_EN. Inc., $CITY_EN, $COUNTRY_EN
5 * (c) Copyright $YEAR, $COMPANY_CN. Inc., $CITY_CN, $COUNTRY_CN
6 ************************************************************************
7 * filename: strtoken.h
8 * function: strtokenģ�顣
9 * createdate: $DATE
10 * author: $AUTHOR
11 * note��
14 ************************************************************************/
15 /* Modify record */
16 /************************************************************************
17 * date: $DATE
18 * author: $AUTHOR
19 * note:
21 ************************************************************************/
23 #ifndef __STRTOKEN_H__
24 #define __STRTOKEN_H__
26 #include "type.h"
27 #include "dbgout.h"
29 #include <stdio.h>
31 #include "Lib/SQLTGA/AQStack.h"
33 #include "language/language.h"
34 #include "../ElemDesc/ElemDesc.h"
36 /* Type Definations */
38 typedef enum {
39 TPCFG_NL_COMBINE,
40 TPCFG_CMNT_TOKEN,
41 TPCFG_CMNT_OUTPUT,
42 TPCFG_CODE_TOKEN,
43 } TOKEN_PARSER_CFG;
45 extern TOKEN_PARSER_CFG enParserCfg;
49 #if 0
50 #include "State.h"
52 #include "Parser.h"
54 #include "TokenParser.h"
56 #include "TokenProc.h"
57 #endif
59 #include "../TokenParser/Parser.h"
61 /* Public Variables and Functions */
68 #endif /* __STRTOKEN_H__ */