Rename a function
git-svn-id: svn://svn.cc65.org/cc65/trunk@66 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -87,10 +87,10 @@ void NeedArg (const char* Opt)
|
||||
|
||||
|
||||
|
||||
void InvSym (const char* Def)
|
||||
/* Print an error about an invalid symbol definition and die */
|
||||
void InvDef (const char* Def)
|
||||
/* Print an error about an invalid definition and die */
|
||||
{
|
||||
fprintf (stderr, "Invalid symbol definition: `%s'\n", Def);
|
||||
fprintf (stderr, "Invalid definition: `%s'\n", Def);
|
||||
exit (EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user