Attempt to fix on HEAD.

This commit is contained in:
Barbara Guida 2018-03-17 06:48:03 +00:00
parent 839e74e168
commit 926f963c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464760
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,11 @@
--- utils/acc/acc.c.orig 2018-03-17 07:31:45.763803000 +0100
+++ utils/acc/acc.c 2018-03-17 07:34:25.591067000 +0100
@@ -120,7 +120,7 @@
fprintf(stderr, "\nOriginal ACC Version 1.10 by Ben Gokey\n");
fprintf(stderr, "Copyright (c) "COPYRIGHT_YEARS_TEXT
" Raven Software, Corp.\n\n");
- fprintf(stderr, "This is version "VERSION_TEXT" ("__DATE__")\n");
+ fprintf(stderr, "This is version "VERSION_TEXT" (" __DATE__ ")\n");
fprintf(stderr, "This software is not supported by Raven Software or Activision\n");
fprintf(stderr, "ZDoom changes and language extensions by Randy Heit\n");
fprintf(stderr, "Further changes by Brad Carney\n");

View File

@ -1,5 +1,5 @@
--- utils/vcc/vcc.cpp.orig 2017-06-04 09:44:06.817573000 +0200
+++ utils/vcc/vcc.cpp 2017-06-04 10:05:59.278454000 +0200
--- utils/vcc/vcc.cpp.orig 2018-03-17 07:31:45.795910000 +0100
+++ utils/vcc/vcc.cpp 2018-03-17 07:37:38.864263000 +0100
@@ -122,7 +122,7 @@
}
catch (VException& e)
@ -9,3 +9,12 @@
}
return 0;
}
@@ -171,7 +171,7 @@
{
// Print usage.
printf("\n");
- printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL. ("__DATE__" "__TIME__")\n", PROG_VERSION);
+ printf("VCC Version 1.%d. Copyright (c)2000-2001 by JL. (" __DATE__ " " __TIME__ ")\n", PROG_VERSION);
printf("Usage: vcc [options] source[.c] [object[.dat]]\n");
printf(" -d<file> Output debugging information into specified file\n");
printf(" -a<function> Output function's ASM statements into debug file\n");