OSDN Git Service

* src/lha_macro.h: put PLATFORM in LHA_VERSION macro.
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 11:49:27 +0000 (11:49 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 19 May 2002 11:49:27 +0000 (11:49 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@65 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/lha_macro.h

index ce9301d..8384d7b 100644 (file)
@@ -7,8 +7,8 @@
 /*     Ver. 1.14g      modified                                                2000.05.06      T.OKAMOTO               */
 /* ------------------------------------------------------------------------ */
 
-/* macro VERSION is defined in config.h by configure script */
-#define LHA_VERSION "lha for unix version " VERSION
+/* macro VERSION and PLATFORM are defined in config.h by configure script */
+#define LHA_VERSION "lha for unix version " VERSION " (" PLATFORM ")"
 
 /* Most of System V, define TM_IN_SYS_TIME */
 #if    TM_IN_SYS_TIME