aboutsummaryrefslogtreecommitdiff
path: root/pffft.h
diff options
context:
space:
mode:
authorhayati ayguen <h_ayguen@web.de>2020-03-29 03:39:30 +0200
committerhayati ayguen <h_ayguen@web.de>2020-03-29 03:39:30 +0200
commitc974c1d9e336bdd790260d96044207424384613c (patch)
tree4ee2c5936213ee02ece083cb14d586cb33f8408e /pffft.h
parent7b3ca7d7804ef7f650382a922c89571bf7fee980 (diff)
downloadpffft-c974c1d9e336bdd790260d96044207424384613c.tar.gz
removed most gcc extensions in source - but still required
* replaced the c++ style '//' comments * added explicit math defines M_PI, .. - if not already defined * gcc function (inline) attributes still require the extensions :-( Signed-off-by: hayati ayguen <h_ayguen@web.de>
Diffstat (limited to 'pffft.h')
-rw-r--r--pffft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pffft.h b/pffft.h
index e6bd256..9d7e862 100644
--- a/pffft.h
+++ b/pffft.h
@@ -77,7 +77,7 @@
#ifndef PFFFT_H
#define PFFFT_H
-#include <stddef.h> // for size_t
+#include <stddef.h> /* for size_t */
#ifdef __cplusplus
extern "C" {