(read_filesystem_list): Remove all_fs
[gnulib.git] / lib / xstrtoul.h
index 2e7aec0..76b728f 100644 (file)
@@ -1,7 +1,13 @@
-#ifndef _xstrtoul_h_
-# define _xstrtoul_h_ 1
+#ifndef XSTRTOUL_H_
+# define XSTRTOUL_H_ 1
 
 # define STRING_TO_UNSIGNED 1
+
+/* Undefine this symbol so we can include xstrtol.h a second time.
+   Otherwise, a program that wanted both xstrtol.h and xstrtoul.h
+   would never get the declaration corresponding to the header file
+   included after the first one.  */
+# undef XSTRTOL_H_
 # include "xstrtol.h"
 
-#endif /* _xstrtoul_h_ */
+#endif /* not XSTRTOUL_H_ */