Merge pull request #1282 from marauder2k9-torque/torsion-fix

possible fix for torsion line no
This commit is contained in:
Brian Roberts 2024-05-24 08:48:08 -05:00 committed by GitHub
commit 6c4eec21c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -2741,6 +2741,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
scanBuffer = sb;
fileName = fn;
scanIndex = 0;
yylineno = 1;
}
int CMDgetc()

View file

@ -291,6 +291,7 @@ void CMDSetScanBuffer(const char *sb, const char *fn)
scanBuffer = sb;
fileName = fn;
scanIndex = 0;
yylineno = 1;
}
int CMDgetc()