mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Merge branch 'devel1'
This commit is contained in:
@ -1061,7 +1061,7 @@ _ParsePosition:
|
||||
.LC26:
|
||||
.ascii "sc v0.7.3f\0"
|
||||
.LC27:
|
||||
.ascii "%s, written by Alex Argiropoulos (compiler's version used: 6.3.1b 20170526)\12\0"
|
||||
.ascii "%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\12\0"
|
||||
.LC28:
|
||||
.ascii "isready\0"
|
||||
.LC29:
|
||||
|
||||
@ -1061,7 +1061,7 @@ _ParsePosition:
|
||||
.LC26:
|
||||
.ascii "sc v0.7.3f\0"
|
||||
.LC27:
|
||||
.ascii "%s, written by Alex Argiropoulos (compiler's version used: 6.3.1b 20170526)\12\0"
|
||||
.ascii "%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\12\0"
|
||||
.LC28:
|
||||
.ascii "isready\0"
|
||||
.LC29:
|
||||
|
||||
@ -384,7 +384,7 @@ void input_loop(S_SEARCHINFO *info)
|
||||
int exit = FALSE;
|
||||
char line[INPUTBUFFER];
|
||||
|
||||
printf("%s, written by Alex Argiropoulos (compiler's version used: "__VERSION__")\n", NAME);
|
||||
printf("%s, written by Alex Argiropoulos (compiler's version used: gcc-6)\n", NAME);
|
||||
//printf("%s\n", getCPUModel());
|
||||
#ifndef NDEBUG
|
||||
printf("Terminal is %s\n",isatty(fileno(stdout)) ? "true": "false");
|
||||
|
||||
Reference in New Issue
Block a user