aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-08-24 18:37:44 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:56 +0100
commitaf003a7bf9cc2f8b163ec4df44238d9f249d3943 (patch)
tree083942746e47e33f1008d7d1498c58a3a6b4e58d /src/calibrate_detector.c
parent1c68a9455e3ccbbb37a9e74914371f82a4ac588d (diff)
Move -D_GNU_SOURCE to a better place
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index 0a8790f4..0759ff6b 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -14,7 +14,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE 1
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>