Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/chinese/celvis/files/patch-cmd1.c
16135 views
1
--- cmd1.c.orig Tue Nov 6 11:53:55 1990
2
+++ cmd1.c Sat Aug 17 15:18:01 1996
3
@@ -882,9 +882,6 @@
4
#else
5
msg("%s (%s)", VERSION, DATE);
6
#endif
7
-#ifdef COMPILED_BY
8
- msg("Compiled by %s", COMPILED_BY);
9
-#endif
10
#ifdef CREDIT
11
msg("%s", CREDIT);
12
#endif
13
@@ -893,6 +890,9 @@
14
#endif
15
#ifdef CVERSION
16
msg("%s", CVERSION);
17
+#endif
18
+#ifdef COMPILED_BY
19
+ msg("Compiled by %s", COMPILED_BY);
20
#endif
21
#ifdef COPYING
22
msg("%s", COPYING);
23
24