Skip to content

Commit

Permalink
Don't doubly define _GNU_SOURCE
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed May 16, 2018
1 parent 9f29051 commit e3e3a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/engines/bash-engine.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define _GNU_SOURCE
#define _WITH_GETLINE // Needed on FreeBSD < 12.0
#include <file-parser.hh>
#include <engine.hh>
#include <configuration.hh>
Expand Down
2 changes: 1 addition & 1 deletion src/writers/writer-base.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define _GNU_SOURCE
#define _WITH_GETLINE // Needed on FreeBSD < 12.0
#include "writer-base.hh"
#include <utils.hh>

Expand Down

0 comments on commit e3e3a34

Please sign in to comment.