Compiler: Change __line to __LINE__.
This commit is contained in:
@@ -1451,7 +1451,7 @@ static void setconstants(void)
|
||||
add_constant("ucharmax",(1 << (sizeof(cell)-1)*8)-1,sGLOBAL,0);
|
||||
|
||||
add_constant("__Pawn",VERSION_INT,sGLOBAL,0);
|
||||
add_constant("__line", 0, sGLOBAL, 0);
|
||||
add_constant("__LINE__", 0, sGLOBAL, 0);
|
||||
|
||||
pc_anytag=pc_addtag("any");
|
||||
|
||||
|
Reference in New Issue
Block a user