Ver Fonte

Missing form the last commit for update with squirrel 3.1 beta

mingodad há 12 anos atrás
pai
commit
d9981ec3b8
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      SquiLu/include/squirrel.h

+ 2 - 1
SquiLu/include/squirrel.h

@@ -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)