Skip to content
Snippets Groups Projects
Commit 1db764cd authored by Alberto Nidasio's avatar Alberto Nidasio Committed by Alberto Nidasio
Browse files

Prevented redefining `_GNU_SOURCE` in stringpart.cpp

parent 68aea2b5
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
***************************************************************************/
//Makes memrchr available in newer GCCs
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <string.h>
#include "stringpart.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment