summaryrefslogtreecommitdiff
path: root/gl/tests/unsetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'gl/tests/unsetenv.c')
-rw-r--r--gl/tests/unsetenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gl/tests/unsetenv.c b/gl/tests/unsetenv.c
index ddbe9a4d29..c58c82f4f4 100644
--- a/gl/tests/unsetenv.c
+++ b/gl/tests/unsetenv.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995-2002, 2005-2012 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995-2002, 2005-2013 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
@@ -14,12 +14,12 @@
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>