mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
Improved parser scope errors.
Added the caret for indicating where the error is.
This commit is contained in:
@ -5,7 +5,7 @@ void assert_handler( char const* condition, char const* file, s32 line, char con
|
||||
_printf_err( "%s:(%d): Assert Failure: ", file, line );
|
||||
|
||||
if ( condition )
|
||||
_printf_err( "`%s` ", condition );
|
||||
_printf_err( "`%s` \n", condition );
|
||||
|
||||
if ( msg )
|
||||
{
|
||||
|
Reference in New Issue
Block a user