]> git.saurik.com Git - bison.git/blobdiff - lib/get-errno.c
* NEWS (2.3a+): Mention yesterday's state-removal change.
[bison.git] / lib / get-errno.c
index 8e8ef58209dd152665164c4c92e2e4b70d050ae6..56876de22fa33e2b834c25bf53bc6707c24ee43a 100644 (file)
 
 /* Written by Paul Eggert.  */
 
 
 /* Written by Paul Eggert.  */
 
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include <errno.h>
+#include <config.h>
 
 #include "get-errno.h"
 
 
 #include "get-errno.h"
 
+#include <errno.h>
+
 /* Get and set errno.  A source file that needs to set or get errno,
    but doesn't need to test for specific errno values, can use these
    functions to avoid namespace pollution.  For example, a file that
 /* Get and set errno.  A source file that needs to set or get errno,
    but doesn't need to test for specific errno values, can use these
    functions to avoid namespace pollution.  For example, a file that