summaryrefslogtreecommitdiff
path: root/includes/compiler/CInline.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/CInline.h')
-rw-r--r--includes/compiler/CInline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/compiler/CInline.h b/includes/compiler/CInline.h
index 1b5abd5..576f7e1 100644
--- a/includes/compiler/CInline.h
+++ b/includes/compiler/CInline.h
@@ -101,7 +101,7 @@ extern Boolean CInline_ExpressionHasSideEffect(ENode *expr);
extern ENode *CInline_CopyExpression(ENode *expr, CInlineCopyMode mode);
extern void CInline_SerializeStatement(Statement *stmt);
extern Object *CInline_GetLocalObj(SInt32 id, Boolean flag);
-extern SInt32 CInline_GetStatementNumber(Statement *first, Statement *stmt);
+extern SInt16 CInline_GetStatementNumber(Statement *first, Statement *stmt);
extern void CInline_PackIFunctionData(CI_FuncData *packed, Statement *stmt, Object *obj);
extern void CInline_UnpackIFunctionData(Object *obj, CI_FuncData *packed, Statement *stmt);
extern void CInline_AddDefaultFunctionAction(Object *obj);