guard another file against inclusion in C++ code

This commit is contained in:
Martin Reinecke 2012-09-06 16:24:37 +02:00
parent faf25a1d6c
commit 9818f6f06b

View file

@ -32,6 +32,10 @@
#ifndef SHARP_COMPLEX_HACKS_H
#define SHARP_COMPLEX_HACKS_H
#ifdef __cplusplus
#error This header file cannot be included from C++, only from C
#endif
#include <math.h>
#include <complex.h>
#include "sharp_vecsupport.h"