| # | Line 428 | Line 428 | extern int xf(XF *, int, char **); /* interpret trans | |
|---|---|---|
| 428 | * Miscellaneous definitions | |
| 429 | */ | |
| 430 | ||
| 431 | + | #ifndef PI |
| 432 | #ifdef M_PI | |
| 433 | #define PI M_PI | |
| 434 | #else | |
| 435 | #define PI 3.14159265358979323846 | |
| 436 | + | #endif |
| 437 | #endif | |
| 438 | ||
| 439 | #ifdef DCL_ATOF | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |