* setenv.c: Import changes from coreutils.
+2004-08-03 Simon Josefsson <jas@extundo.com>
+
+ * progname.h: Don't include stdbool.h.
+
2003-09-08 Paul Eggert <eggert@twinsun.com>
* atexit.c (atexit): Define using a prototype.
/* Program name management.
- Copyright (C) 2001-2003 Free Software Foundation, Inc.
+ Copyright (C) 2001-2004 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
#ifndef _PROGNAME_H
#define _PROGNAME_H
-#include <stdbool.h>
-
/* Programs using this file should do the following in main():
set_program_name (argv[0]);
*/