assert-h: work around 'verify' incompatibility
[pspp] / lib / strtoll.c
index ccc99cb43c1971f4675d38572c9553a8db4eebc3..75afa4d9bc9550181a64aee06565b1e8665daeed 100644 (file)
@@ -1,5 +1,6 @@
 /* Function to parse a `long long int' from text.
-   Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc.
+   Copyright (C) 1995-1997, 1999, 2001, 2009-2011 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
@@ -15,7 +16,7 @@
    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        QUAD    1
+#define QUAD    1
 
 #include <strtol.c>