Kaydet (Commit) 8d5a6522 authored tarafından Mark Dickinson's avatar Mark Dickinson

Issue #6644: Fix compile error on AIX.

üst 8fdab952
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment