]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Upgrade to autogen-5.9.9pre1
authorHarlan Stenn <stenn@ntp.org>
Tue, 21 Jul 2009 08:22:31 +0000 (04:22 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 21 Jul 2009 08:22:31 +0000 (04:22 -0400)
bk: 4a657ac7YjI7nj16q3B4AKmQGT0-MQ

40 files changed:
ChangeLog
gsoc_sntp/libopts/ag-char-map.h
gsoc_sntp/libopts/autoopts/options.h
gsoc_sntp/libopts/autoopts/usage-txt.h
gsoc_sntp/libopts/environment.c
gsoc_sntp/libopts/genshell.c
gsoc_sntp/libopts/genshell.h
gsoc_sntp/libopts/m4/libopts.m4
gsoc_sntp/libopts/proto.h
gsoc_sntp/libopts/save.c
gsoc_sntp/libopts/value-type.c
gsoc_sntp/libopts/value-type.h
gsoc_sntp/libopts/xat-attribute.c
gsoc_sntp/libopts/xat-attribute.h
libopts/ag-char-map.h
libopts/autoopts/options.h
libopts/autoopts/usage-txt.h
libopts/environment.c
libopts/genshell.c
libopts/genshell.h
libopts/m4/libopts.m4
libopts/proto.h
libopts/save.c
libopts/value-type.c
libopts/value-type.h
libopts/xat-attribute.c
libopts/xat-attribute.h
sntp/libopts/ag-char-map.h
sntp/libopts/autoopts/options.h
sntp/libopts/autoopts/usage-txt.h
sntp/libopts/environment.c
sntp/libopts/genshell.c
sntp/libopts/genshell.h
sntp/libopts/m4/libopts.m4
sntp/libopts/proto.h
sntp/libopts/save.c
sntp/libopts/value-type.c
sntp/libopts/value-type.h
sntp/libopts/xat-attribute.c
sntp/libopts/xat-attribute.h

index fec661139fdedfd159542b90324d00b43f801e01..73fc7a683c4367e3f2942d5a4397783c38f1e936 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Updated to AutoGen-5.9.9pre1.
 (4.2.5p190) 2009/07/20 Released by Harlan Stenn <stenn@ntp.org>
 * Updated to AutoGen-5.9.8.
 * [Bug 1248] RES_MSSNTP typo in ntp_proto.c.
index 2450a3d6cad4bda93d3580c7f2bbeb1eef5ab7c0..6309da4bf6ebdc21d423b5cb6fd0ecc635623d6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 05/16/09 08:16:06
+ *   Character mapping generated 07/20/09 21:05:27
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
index e1eb5a64f1ea4e76aac3c95e38fb08fd0bfb77d3..453f80039db82cdb06e36e9aa9fd9f42a21dd6ce 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:53 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -773,7 +773,7 @@ extern int optionProcess(tOptions*, int, char**);
 extern void optionRestore(tOptions*);
 
 
-/* From: save.c line 670
+/* From: save.c line 671
  *
  * optionSaveFile - saves the option state to a file
  *
index 1d4cd4ae825d5ac86eb3c7cb7e0b9288556c9b43..eef1ff0c241cb0bc64ca517b7bcd588aeb2a2ebe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:52 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:13 PM PDT
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index d69672214fef735259ac9b7572283b0c120502ef..b2765ae9be52ec1c51b0be9192aacfd0ad88ab65 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp:      "2009-01-12 05:52:44 bkorb"
+ *  $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
  *  an executable to use the generated option processing.  The optional
@@ -224,7 +224,8 @@ doEnvPresets( tOptions* pOpts, teEnvPresetType type )
     /*
      *  Special handling for ${PROGNAME_LOAD_OPTS}
      */
-    if (pOpts->specOptIdx.save_opts != 0) {
+    if (  (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+       && (pOpts->specOptIdx.save_opts != 0)) {
         st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
         strcpy( pzFlagName, st.pOD->pz_NAME );
         checkEnvOpt(&st, zEnvName, pOpts, type);
index 3c1d4395447af2e5542bf71eec8b74c935871dcc..ce87718057a1a2720d9d7bc16e365c112ad16ab1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 0e96734030b3dcc365bf2662d2d8bddf27361084..7809702d4f9e4874319ed3e3196532b3bf2ff30b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 498efc7aae8cc3359d728bddf599f03dd5d9dc9a..ddb16e3c255cbd7b728644bcc7a66d210e9bf82d 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed  Monday July 20, 2009 at 09:05:16 PM PDT
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
index 9c594cfa673bde5917f55952b8d4c64d3f40b925..3b70d359aaee228afd8ef53e4551ed2d134da803 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index a670fa8bb39fe610e0a08a5496fb1f7b8e5738bc..290c81765f4e96c484f638e69a47b6d7aa4e99d6 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  save.c  $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp:      "2008-09-23 14:24:58 bkorb"
+ *  save.c  $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
  *  store them into an ".rc" file for re-interpretation the next
@@ -81,7 +81,8 @@ findDirName( tOptions* pOpts, int* p_free )
 {
     tCC*  pzDir;
 
-    if (pOpts->specOptIdx.save_opts == 0)
+    if (  (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+       || (pOpts->specOptIdx.save_opts == 0))
         return NULL;
 
     pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
index 34227b51bbce41243f4edd4f033cc6d2026a80e9..27c010be0033536ac4375f3fb8fdb32b2df4b39b 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -91,9 +91,6 @@ static const value_type_map_t value_type_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const value_type_map_t *
 find_value_type_name (register const char *str, register unsigned int len)
index a3ee4b4ea7c3c94f80e6d497af994fa29ebca50e..4c1747141598078754cd56da53fc997084effba1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index 3b83636fd84036ad8dace09ae25b95297913723f..85b735fb6f71419b9bd1988a2d83c20771590c1f 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -82,9 +82,6 @@ static const xat_attribute_map_t xat_attribute_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const xat_attribute_map_t *
 find_xat_attribute_name (register const char *str, register unsigned int len)
index 5627bc823b1f24503157372830fba3c701804994..0a82a6b18a7396d62d77728bce0bba9cf5ad54c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index 2450a3d6cad4bda93d3580c7f2bbeb1eef5ab7c0..6309da4bf6ebdc21d423b5cb6fd0ecc635623d6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 05/16/09 08:16:06
+ *   Character mapping generated 07/20/09 21:05:27
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
index e1eb5a64f1ea4e76aac3c95e38fb08fd0bfb77d3..453f80039db82cdb06e36e9aa9fd9f42a21dd6ce 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:53 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -773,7 +773,7 @@ extern int optionProcess(tOptions*, int, char**);
 extern void optionRestore(tOptions*);
 
 
-/* From: save.c line 670
+/* From: save.c line 671
  *
  * optionSaveFile - saves the option state to a file
  *
index 1d4cd4ae825d5ac86eb3c7cb7e0b9288556c9b43..eef1ff0c241cb0bc64ca517b7bcd588aeb2a2ebe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:52 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:13 PM PDT
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index d69672214fef735259ac9b7572283b0c120502ef..b2765ae9be52ec1c51b0be9192aacfd0ad88ab65 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp:      "2009-01-12 05:52:44 bkorb"
+ *  $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
  *  an executable to use the generated option processing.  The optional
@@ -224,7 +224,8 @@ doEnvPresets( tOptions* pOpts, teEnvPresetType type )
     /*
      *  Special handling for ${PROGNAME_LOAD_OPTS}
      */
-    if (pOpts->specOptIdx.save_opts != 0) {
+    if (  (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+       && (pOpts->specOptIdx.save_opts != 0)) {
         st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
         strcpy( pzFlagName, st.pOD->pz_NAME );
         checkEnvOpt(&st, zEnvName, pOpts, type);
index 3c1d4395447af2e5542bf71eec8b74c935871dcc..ce87718057a1a2720d9d7bc16e365c112ad16ab1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 0e96734030b3dcc365bf2662d2d8bddf27361084..7809702d4f9e4874319ed3e3196532b3bf2ff30b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 498efc7aae8cc3359d728bddf599f03dd5d9dc9a..ddb16e3c255cbd7b728644bcc7a66d210e9bf82d 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed  Monday July 20, 2009 at 09:05:16 PM PDT
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
index 9c594cfa673bde5917f55952b8d4c64d3f40b925..3b70d359aaee228afd8ef53e4551ed2d134da803 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index a670fa8bb39fe610e0a08a5496fb1f7b8e5738bc..290c81765f4e96c484f638e69a47b6d7aa4e99d6 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  save.c  $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp:      "2008-09-23 14:24:58 bkorb"
+ *  save.c  $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
  *  store them into an ".rc" file for re-interpretation the next
@@ -81,7 +81,8 @@ findDirName( tOptions* pOpts, int* p_free )
 {
     tCC*  pzDir;
 
-    if (pOpts->specOptIdx.save_opts == 0)
+    if (  (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+       || (pOpts->specOptIdx.save_opts == 0))
         return NULL;
 
     pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
index 34227b51bbce41243f4edd4f033cc6d2026a80e9..27c010be0033536ac4375f3fb8fdb32b2df4b39b 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -91,9 +91,6 @@ static const value_type_map_t value_type_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const value_type_map_t *
 find_value_type_name (register const char *str, register unsigned int len)
index a3ee4b4ea7c3c94f80e6d497af994fa29ebca50e..4c1747141598078754cd56da53fc997084effba1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index 3b83636fd84036ad8dace09ae25b95297913723f..85b735fb6f71419b9bd1988a2d83c20771590c1f 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -82,9 +82,6 @@ static const xat_attribute_map_t xat_attribute_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const xat_attribute_map_t *
 find_xat_attribute_name (register const char *str, register unsigned int len)
index 5627bc823b1f24503157372830fba3c701804994..0a82a6b18a7396d62d77728bce0bba9cf5ad54c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index 2450a3d6cad4bda93d3580c7f2bbeb1eef5ab7c0..6309da4bf6ebdc21d423b5cb6fd0ecc635623d6d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *   Character mapping generated 05/16/09 08:16:06
+ *   Character mapping generated 07/20/09 21:05:27
  *
  *  This file contains the character classifications
  *  used by AutoGen and AutoOpts for identifying tokens.
index e1eb5a64f1ea4e76aac3c95e38fb08fd0bfb77d3..453f80039db82cdb06e36e9aa9fd9f42a21dd6ce 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (options.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:53 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    funcs.def
  *  and the template file   options_h
  *
@@ -773,7 +773,7 @@ extern int optionProcess(tOptions*, int, char**);
 extern void optionRestore(tOptions*);
 
 
-/* From: save.c line 670
+/* From: save.c line 671
  *
  * optionSaveFile - saves the option state to a file
  *
index 1d4cd4ae825d5ac86eb3c7cb7e0b9288556c9b43..eef1ff0c241cb0bc64ca517b7bcd588aeb2a2ebe 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (usage-txt.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:52 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:13 PM PDT
  *  From the definitions    usage-txt.def
  *  and the template file   usage-txt.tpl
  *
index d69672214fef735259ac9b7572283b0c120502ef..b2765ae9be52ec1c51b0be9192aacfd0ad88ab65 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp:      "2009-01-12 05:52:44 bkorb"
+ *  $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:12:24 bkorb"
  *
  *  This file contains all of the routines that must be linked into
  *  an executable to use the generated option processing.  The optional
@@ -224,7 +224,8 @@ doEnvPresets( tOptions* pOpts, teEnvPresetType type )
     /*
      *  Special handling for ${PROGNAME_LOAD_OPTS}
      */
-    if (pOpts->specOptIdx.save_opts != 0) {
+    if (  (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+       && (pOpts->specOptIdx.save_opts != 0)) {
         st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
         strcpy( pzFlagName, st.pOD->pz_NAME );
         checkEnvOpt(&st, zEnvName, pOpts, type);
index 3c1d4395447af2e5542bf71eec8b74c935871dcc..ce87718057a1a2720d9d7bc16e365c112ad16ab1 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.c)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 0e96734030b3dcc365bf2662d2d8bddf27361084..7809702d4f9e4874319ed3e3196532b3bf2ff30b 100644 (file)
@@ -2,7 +2,7 @@
  *  
  *  DO NOT EDIT THIS FILE   (genshell.h)
  *  
- *  It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:54 AM PDT
+ *  It has been AutoGen-ed  Monday July 20, 2009 at 09:05:14 PM PDT
  *  From the definitions    genshell.def
  *  and the template file   options
  *
index 498efc7aae8cc3359d728bddf599f03dd5d9dc9a..ddb16e3c255cbd7b728644bcc7a66d210e9bf82d 100644 (file)
@@ -2,7 +2,7 @@ dnl  -*- buffer-read-only: t -*- vi: set ro:
 dnl 
 dnl DO NOT EDIT THIS FILE   (libopts.m4)
 dnl 
-dnl It has been AutoGen-ed  Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed  Monday July 20, 2009 at 09:05:16 PM PDT
 dnl From the definitions    libopts.def
 dnl and the template file   conftest.tpl
 dnl
index 9c594cfa673bde5917f55952b8d4c64d3f40b925..3b70d359aaee228afd8ef53e4551ed2d134da803 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- buffer-read-only: t -*- vi: set ro:
  *
  * Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
  */
 #ifndef AUTOOPTS_PROTO_H_GUARD
 #define AUTOOPTS_PROTO_H_GUARD 1
index a670fa8bb39fe610e0a08a5496fb1f7b8e5738bc..290c81765f4e96c484f638e69a47b6d7aa4e99d6 100644 (file)
@@ -1,7 +1,7 @@
 
 /*
- *  save.c  $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp:      "2008-09-23 14:24:58 bkorb"
+ *  save.c  $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp:      "2009-07-20 20:40:28 bkorb"
  *
  *  This module's routines will take the currently set options and
  *  store them into an ".rc" file for re-interpretation the next
@@ -81,7 +81,8 @@ findDirName( tOptions* pOpts, int* p_free )
 {
     tCC*  pzDir;
 
-    if (pOpts->specOptIdx.save_opts == 0)
+    if (  (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+       || (pOpts->specOptIdx.save_opts == 0))
         return NULL;
 
     pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
index 34227b51bbce41243f4edd4f033cc6d2026a80e9..27c010be0033536ac4375f3fb8fdb32b2df4b39b 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -91,9 +91,6 @@ static const value_type_map_t value_type_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const value_type_map_t *
 find_value_type_name (register const char *str, register unsigned int len)
index a3ee4b4ea7c3c94f80e6d497af994fa29ebca50e..4c1747141598078754cd56da53fc997084effba1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */
index 3b83636fd84036ad8dace09ae25b95297913723f..85b735fb6f71419b9bd1988a2d83c20771590c1f 100644 (file)
@@ -1,4 +1,4 @@
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
 
 
 #if 0 /* gperf build options: */
@@ -82,9 +82,6 @@ static const xat_attribute_map_t xat_attribute_table[] =
   };
 
 #ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
 #endif
 static inline const xat_attribute_map_t *
 find_xat_attribute_name (register const char *str, register unsigned int len)
index 5627bc823b1f24503157372830fba3c701804994..0a82a6b18a7396d62d77728bce0bba9cf5ad54c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ *  Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
  *  This file enumerates the list of names and declares the
  *  procedure for mapping string names to the enum value.
  */