comparison eval.c @ 627:79c43f519d02 libavcodec

undefined M_PI / M_E fix
author michaelni
date Fri, 30 Aug 2002 16:16:30 +0000
parents b786f15df503
children bb5de8a59da8
comparison
equal deleted inserted replaced
626:23a093d6e450 627:79c43f519d02
28 #include <string.h> 28 #include <string.h>
29 #include <math.h> 29 #include <math.h>
30 30
31 #ifndef NAN 31 #ifndef NAN
32 #define NAN 0 32 #define NAN 0
33 #endif
34
35 #ifndef M_PI
36 #define M_PI 3.14159265358979323846
33 #endif 37 #endif
34 38
35 #define STACK_SIZE 100 39 #define STACK_SIZE 100
36 40
37 typedef struct Parser{ 41 typedef struct Parser{