mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
b93ba8e95c
displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese Standard Code for Information Interchange) data format using the 7-bit VIQR (VIetnamese Quoted Readable) input method.
13 lines
262 B
Plaintext
13 lines
262 B
Plaintext
--- cmd1.c.orig Wed Dec 5 08:50:48 1990
|
|
+++ cmd1.c Thu Dec 5 00:21:11 1996
|
|
@@ -908,6 +908,9 @@
|
|
#else
|
|
msg("%s (%s)", VERSION, DATE);
|
|
#endif
|
|
+#ifdef VNVERSION
|
|
+ msg("%s", VNVERSION);
|
|
+#endif
|
|
#ifdef COMPILED_BY
|
|
msg("Compiled by %s", COMPILED_BY);
|
|
#endif
|