@@ -343,7 +343,8 @@ typedef struct tagSQRegFunction{
typedef struct tagSQFunctionInfo {
SQUserPointer funcid;
const SQChar *name;
- const SQChar *source;
+ const SQChar *source;
+ SQInteger line;
}SQFunctionInfo;
#if !defined(sq_assert)