waitpid: Fix link error in C++ mode.
[pspp] / lib / strtoul.c
index 88dbfc0741093895787e5725c4c58a2470351dc6..def103ff966b52406aa80e017c8868368bc4693b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1997, 2009, 2010 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"