mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 06:07:57 +03:00
Reworked file inclusion (using relative path)
This commit is contained in:
parent
2ac8f3e39d
commit
c287638f99
67 changed files with 147 additions and 146 deletions
|
@ -889,7 +889,7 @@ void fprintf2( FILE *f, const char *format, ... )
|
|||
vsprintf( buffer, format, va );
|
||||
va_end( va );
|
||||
|
||||
glbs.Printf( buffer );
|
||||
gi.Printf( buffer );
|
||||
}
|
||||
|
||||
#define fprintf fprintf2
|
||||
|
@ -906,7 +906,7 @@ extern yyparsedata parsedata;
|
|||
|
||||
void yylexerror( const char *msg )
|
||||
{
|
||||
glbs.Printf( "%s\n%s", msg, yytext );
|
||||
gi.Printf( "%s\n%s", msg, yytext );
|
||||
assert( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue