strtoimax: port to HP-UX 11.11
[gnulib.git] / lib / strtoul.c
index 88dbfc0..a0ca376 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 2009-2013 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software: you can redistribute it and/or modify
@@ -14,6 +14,6 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#define        UNSIGNED        1
+#define UNSIGNED        1
 
 #include "strtol.c"