Support for bitwise comparison of floating-point numbers.
[gnulib.git] / lib / getsubopt.c
index 485a424..cc0859d 100644 (file)
@@ -1,4 +1,4 @@
-/* Parse comma separate list into words.
+/* Parse comma separated list into words.
    Copyright (C) 1996, 1997, 1999, 2004, 2007 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -19,7 +19,6 @@
 
 #if !_LIBC
 # include <config.h>
-# include "getsubopt.h"
 #endif
 
 #include <stdlib.h>