fix stack growth in globals
fix compilation messages git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2277 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -3703,7 +3703,7 @@ syntax_error (TokEntry * tokptr, int sno)
|
||||
Int
|
||||
Yap_FirstLineInParse (void)
|
||||
{
|
||||
return(StartLine);
|
||||
return StartLine;
|
||||
}
|
||||
|
||||
static Int
|
||||
|
||||
Reference in New Issue
Block a user