Mercurial > libavcodec.hg
comparison eval.c @ 614:b786f15df503 libavcodec
NAN doesnt exist on FreeBSD patch by (R?mi Guyomarch <rguyom at pobox dot com>)
| author | michaelni |
|---|---|
| date | Sun, 25 Aug 2002 22:54:43 +0000 |
| parents | c0005de2be59 |
| children | 79c43f519d02 |
comparison
equal
deleted
inserted
replaced
| 613:9bb356b23dd9 | 614:b786f15df503 |
|---|---|
| 25 | 25 |
| 26 #include <stdio.h> | 26 #include <stdio.h> |
| 27 #include <stdlib.h> | 27 #include <stdlib.h> |
| 28 #include <string.h> | 28 #include <string.h> |
| 29 #include <math.h> | 29 #include <math.h> |
| 30 | |
| 31 #ifndef NAN | |
| 32 #define NAN 0 | |
| 33 #endif | |
| 30 | 34 |
| 31 #define STACK_SIZE 100 | 35 #define STACK_SIZE 100 |
| 32 | 36 |
| 33 typedef struct Parser{ | 37 typedef struct Parser{ |
| 34 double stack[STACK_SIZE]; | 38 double stack[STACK_SIZE]; |
