Merge pull request #407 from bebehei/gnu-source

Remove _GNU_SOURCE macro
This commit is contained in:
Nikos Tsipinakis 2017-10-08 16:28:36 +03:00 committed by GitHub
commit 4d59e3a2e2
6 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,5 @@
/* copyright 2012 - 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2012 - 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#define XLIB_ILLEGAL_ACCESS #define XLIB_ILLEGAL_ACCESS
#include "dunst.h" #include "dunst.h"

View File

@ -1,6 +1,5 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#include "markup.h" #include "markup.h"
#include <assert.h> #include <assert.h>

View File

@ -1,6 +1,5 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#include "menu.h" #include "menu.h"
#include <errno.h> #include <errno.h>

View File

@ -1,6 +1,5 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#include "notification.h" #include "notification.h"
#include <assert.h> #include <assert.h>

View File

@ -1,6 +1,5 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#include "option_parser.h" #include "option_parser.h"
#include <glib.h> #include <glib.h>

View File

@ -1,5 +1,4 @@
/* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */ /* copyright 2013 Sascha Kruse and contributors (see LICENSE for licensing information) */
#define _GNU_SOURCE
#include "utils.h" #include "utils.h"
#include <assert.h> #include <assert.h>