Issue #6644: Fix compile error on AIX.

This commit is contained in:
Mark Dickinson 2009-08-04 19:22:35 +00:00
parent 8fdab95260
commit 8d5a6522a9
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ enum special_types {
ST_PZERO, /* 3, +0. */
ST_POS, /* 4, positive finite number (nonzero) */
ST_PINF, /* 5, positive infinity */
ST_NAN, /* 6, Not a Number */
ST_NAN /* 6, Not a Number */
};
static enum special_types