2
0
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:
fautomat
2017-05-28 17:08:37 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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");