]> code.delx.au - gnu-emacs/blobdiff - lib/unsetenv.c
Remove now-inaccurate bytecode comments
[gnu-emacs] / lib / unsetenv.c
index eea21129031bf1befdd563317e3f16e75556a0c4..7f1e65a3412df28b2c4c6fac7c920d52d0b0d917 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright (C) 1992, 1995-2002, 2005-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995-2002, 2005-2016 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
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include <config.h>
-
 /* Don't use __attribute__ __nonnull__ in this compilation unit.  Otherwise gcc
    optimizes away the name == NULL test below.  */
 #define _GL_ARG_NONNULL(params)
 
+#include <config.h>
+
 /* Specification.  */
 #include <stdlib.h>