diff options
author | jofret | 2007-03-23 16:03:15 +0000 |
---|---|---|
committer | jofret | 2007-03-23 16:03:15 +0000 |
commit | 6e034d2dcf27cf7f078a5efe435105ee5cc731b3 (patch) | |
tree | cc248413621a027e47521a5f158573d122b9d3d6 /src/type/doubleComplex.h | |
parent | 423b129433254f7c4e5c4a0be5730d0d1c5454ab (diff) | |
download | scilab2c-6e034d2dcf27cf7f078a5efe435105ee5cc731b3.tar.gz scilab2c-6e034d2dcf27cf7f078a5efe435105ee5cc731b3.tar.bz2 scilab2c-6e034d2dcf27cf7f078a5efe435105ee5cc731b3.zip |
Too tired... need rest :-S
Diffstat (limited to 'src/type/doubleComplex.h')
-rw-r--r-- | src/type/doubleComplex.h | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/type/doubleComplex.h b/src/type/doubleComplex.h index b062703e..5f2ce544 100644 --- a/src/type/doubleComplex.h +++ b/src/type/doubleComplex.h @@ -5,7 +5,7 @@ ** Made by Bruno JOFRET <bruno.jofret@inria.fr> ** ** Started on Thu Nov 30 16:50:08 2006 jofret -** Last update Tue Feb 27 10:02:08 2007 jofret +** Last update Fri Mar 23 16:59:54 2007 jofret ** ** Copyright INRIA 2006 */ @@ -13,6 +13,17 @@ #ifndef __DOUBLECOMPLEX_H__ #define __DOUBLECOMPLEX_H__ +#ifdef __STDC_VERSION__ +# ifndef STDC +# define STDC +# endif +# if __STDC_VERSION__ >= 199901L +# ifndef STDC99 +# define STDC99 +# endif +# endif +#endif + #include <stdbool.h> #ifndef STDC99 |