diff options
author | Thomas White <taw@physics.org> | 2017-03-13 11:06:55 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-03-13 11:06:55 +0100 |
commit | 8986433c649932c651b11719a31ba842f283fa2e (patch) | |
tree | 070bd3135d2f7ec406b41cee689803d922acbf6a /libcrystfel/src/image.c | |
parent | 08dc0c910402124d23d90ac5f910b81786f673c1 (diff) |
Ask for C99 in configure.ac, remove weird C99 declarations
Diffstat (limited to 'libcrystfel/src/image.c')
-rw-r--r-- | libcrystfel/src/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 7bb4cede..09f4958d 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -27,7 +27,6 @@ * */ -#define _ISOC99_SOURCE #include <stdlib.h> #include <assert.h> #include <math.h> |