diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-11 15:15:46 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-02-11 15:15:46 -0800 |
commit | 71d4202f204ea5fad93eb34406f0ef671630f271 (patch) | |
tree | fec0fef790d77c00f2dd5d0399fdb9a07425eb07 /lib/unsetenv.c | |
parent | 6659b59ccb7909a07f71a0143fd9d85e60b8e414 (diff) | |
download | emacs-71d4202f204ea5fad93eb34406f0ef671630f271.tar.gz emacs-71d4202f204ea5fad93eb34406f0ef671630f271.tar.bz2 emacs-71d4202f204ea5fad93eb34406f0ef671630f271.zip |
Merge from gnulib.
Diffstat (limited to 'lib/unsetenv.c')
-rw-r--r-- | lib/unsetenv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unsetenv.c b/lib/unsetenv.c index eea21129031..c58c82f4f44 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -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> |