]> code.delx.au - gnu-emacs/blobdiff - lib/unsetenv.c
Merge from gnulib.
[gnu-emacs] / lib / unsetenv.c
index eea21129031bf1befdd563317e3f16e75556a0c4..c58c82f4f44115d846117398696347f5e7f8771c 100644 (file)
    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>