pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/error.c


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/error.c
Date: Sun, 01 May 2005 03:24:26 -0400

Index: pspp/src/error.c
diff -u pspp/src/error.c:1.13 pspp/src/error.c:1.14
--- pspp/src/error.c:1.13       Fri Apr 29 01:02:14 2005
+++ pspp/src/error.c    Sun May  1 07:24:24 2005
@@ -510,7 +510,9 @@
          "default_config_path: %s\n"
          "include_path:        %s\n"
          "groff_font_path:     %s\n"
-         "locale_dir:          %s\n",
+         "locale_dir:          %s\n"
+         "compiler version:    %s\n"
+         ,
 
          bare_version,         
          version,
@@ -520,7 +522,13 @@
          default_config_path,
          include_path, 
          groff_font_path,
-         locale_dir);     
+         locale_dir,
+#ifdef __VERSION__
+         __VERSION__
+#else
+         "Unknown"
+#endif
+         );     
 
   if ( msg )
     fprintf(stderr,"Diagnosis: %s\n",msg);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]