mirror of
https://github.com/cc65/cc65.git
synced 2025-08-09 13:25:06 +00:00
new pull fix
This commit is contained in:
@@ -627,9 +627,9 @@ static void OptVerbose (const char* Opt attribute ((unused)),
|
||||
|
||||
|
||||
|
||||
static void OptVersion(const char* Opt attribute((unused)),
|
||||
static void OptVersion (const char* Opt attribute((unused)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* Print the assembler version */
|
||||
/* Print the assembler version */
|
||||
{
|
||||
fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString());
|
||||
exit(EXIT_SUCCESS);
|
||||
|
@@ -747,9 +747,9 @@ static void OptVerbose (const char* Opt attribute ((unused)),
|
||||
|
||||
|
||||
|
||||
static void OptVersion(const char* Opt attribute((unused)),
|
||||
static void OptVersion (const char* Opt attribute((unused)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* Print the compiler version */
|
||||
/* Print the compiler version */
|
||||
{
|
||||
fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString());
|
||||
exit(EXIT_SUCCESS);
|
||||
|
Reference in New Issue
Block a user