| Index: xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h
|
| diff --git a/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h b/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h
|
| index 2fb9b8fc1cc4fc07e810abda6d990f8dfbb374a7..bc84ab784df248e5059c94542c4efd457a80513b 100644
|
| --- a/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h
|
| +++ b/xfa/src/fxfa/src/fm2js/xfa_simpleexpression.h
|
| @@ -7,8 +7,14 @@
|
| #ifndef XFA_SRC_FXFA_SRC_FM2JS_XFA_SIMPLEEXPRESSION_H_
|
| #define XFA_SRC_FXFA_SRC_FM2JS_XFA_SIMPLEEXPRESSION_H_
|
|
|
| +#include "core/include/fxcrt/fx_basic.h"
|
| #include "xfa/src/fxfa/src/fm2js/xfa_lexer.h"
|
|
|
| +#define RUNTIMEFUNCTIONRETURNVALUE \
|
| + (FX_WSTRC(L"foxit_xfa_formcalc_runtime_func_return_value"))
|
| +#define EXCLAMATION_IN_IDENTIFIER \
|
| + (FX_WSTRC(L"foxit_xfa_formcalc__exclamation__"))
|
| +
|
| enum XFA_FM_SimpleExpressionType {
|
| ASSIGN,
|
| LOGICALOR,
|
|
|