491e1bf800
OBS-URL: https://build.opensuse.org/request/show/51310 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/yasm?expand=0&rev=9
23 lines
864 B
Diff
23 lines
864 B
Diff
Index: frontends/tasm/tasm.c
|
|
================================================================================
|
|
--- frontends/tasm/tasm.c
|
|
+++ frontends/tasm/tasm.c
|
|
@@ -225,7 +225,6 @@
|
|
/* version message */
|
|
/*@observer@*/ static const char *version_msg[] = {
|
|
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
|
|
- "Compiled on " __DATE__ ".",
|
|
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
"Run yasm --license for licensing overview and summary."
|
|
};
|
|
--- frontends/yasm/yasm.c
|
|
+++ frontends/yasm/yasm.c
|
|
@@ -214,7 +214,6 @@
|
|
/* version message */
|
|
/*@observer@*/ static const char *version_msg[] = {
|
|
PACKAGE_NAME " " PACKAGE_INTVER "." PACKAGE_BUILD,
|
|
- "Compiled on " __DATE__ ".",
|
|
"Copyright (c) 2001-2010 Peter Johnson and other Yasm developers.",
|
|
"Run yasm --license for licensing overview and summary."
|
|
};
|