* lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
[gnulib.git] / lib / strtoll.c
index 921ddbe..f61f5ad 100644 (file)
@@ -1,7 +1,6 @@
 /* Function to parse a `long long int' from text.
-
-   Copyright (C) 1995, 1996, 1997, 1999, 2001, 2002 Free Software
-   Foundation, Inc.
+   Copyright (C) 1995, 1996, 1997, 1999, 2001 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
    it under the terms of the GNU General Public License as published by
 
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation,
-   Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #define        QUAD    1
 
-#include "strtol.c"
+#include <strtol.c>
 
 #ifdef _LIBC
 # ifdef SHARED