mirror of
https://github.com/cc65/cc65.git
synced 2025-04-16 11:37:13 +00:00
new pull fix
This commit is contained in:
parent
2697499b3c
commit
e21eca942b
@ -627,9 +627,9 @@ static void OptVerbose (const char* Opt attribute ((unused)),
|
||||
|
||||
|
||||
|
||||
static void OptVersion(const char* Opt attribute((unused)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* Print the assembler version */
|
||||
static void OptVersion (const char* Opt attribute((unused)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* 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)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* Print the compiler version */
|
||||
static void OptVersion (const char* Opt attribute((unused)),
|
||||
const char* Arg attribute((unused)))
|
||||
/* Print the compiler version */
|
||||
{
|
||||
fprintf(stderr, "%s V%s\n", ProgName, GetVersionAsString());
|
||||
exit(EXIT_SUCCESS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user