mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(_GNU_SOURCE): Don't define.
This commit is contained in:
parent
189d79a123
commit
1fc84d77bb
@ -20,7 +20,6 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
|
||||
#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
|
||||
#include <config.h>
|
||||
#include <signal.h>
|
||||
|
||||
|
@ -33,9 +33,6 @@
|
||||
#pragma alloca
|
||||
#endif
|
||||
|
||||
#undef _GNU_SOURCE
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user