| # | Line 16 | Line 16 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 16 | #include "lookup.h" | |
| 17 | #include "calcomp.h" | |
| 18 | ||
| 19 | + | #ifdef _WIN32 |
| 20 | + | typedef long ssize_t; |
| 21 | + | #endif |
| 22 | + | |
| 23 | #ifndef MAXMODLIST | |
| 24 | #define MAXMODLIST 1024 /* maximum modifiers we'll track */ | |
| 25 | #endif | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |