]> git.saurik.com Git - bison.git/blobdiff - lib/get-errno.c
* src/Makefile.am (YACC): Use --warnings=all,error so that Bison's own
[bison.git] / lib / get-errno.c
index 78b3674aee011c1e706fe3ef7ea8661ce69624f8..56876de22fa33e2b834c25bf53bc6707c24ee43a 100644 (file)
@@ -1,6 +1,6 @@
-/* get-errno.h - get and set errno.
+/* get-errno.c - get and set errno.
 
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
 
    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
 
 /* Written by Paul Eggert.  */
 
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
-
-#include <errno.h>
+#include <config.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