@T fix test13 - remove dates

This commit is contained in:
bebbo
2017-05-28 16:46:15 +02:00
parent 1b1ce4c49b
commit 47ec0a520c
3 changed files with 3 additions and 3 deletions
+1 -1
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:
+1 -1
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:
+1 -1
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");