mirror of
https://github.com/nasa/trick.git
synced 2025-04-18 16:17:43 +00:00
Get rid of yyset_lineno in the parsers. Ref #404
This commit is contained in:
parent
56ce1c75cc
commit
9a5bbb160a
trick_source/sim_services
@ -561,8 +561,6 @@ void ChkPtParseContext::init_scanner() {
|
||||
|
||||
// Set the file where output messages are to go.
|
||||
yyset_out( stdout, scanner);
|
||||
|
||||
yyset_lineno( 1, scanner);
|
||||
yyset_extra( this, scanner);
|
||||
|
||||
}
|
||||
|
@ -273,8 +273,6 @@ void Trick::ADefParseContext::init_scanner() {
|
||||
// Set the file where output messages are to go.
|
||||
yyset_out( stdout, scanner);
|
||||
|
||||
yyset_lineno( 1, scanner );
|
||||
|
||||
yyset_extra( this, scanner);
|
||||
|
||||
}
|
||||
|
@ -138,8 +138,6 @@ void RefParseContext::init_scanner() {
|
||||
// Set the file where output messages are to go.
|
||||
yyset_out( stdout, scanner);
|
||||
|
||||
yyset_lineno( 1, scanner);
|
||||
|
||||
yyset_extra( this, scanner);
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user