--- orig/libgst/lex.c Sun Feb 5 18:41:34 2006 +++ mod/libgst/lex.c Sat Dec 23 06:53:40 2006 @@ -676,7 +676,7 @@ { OOP numOOP; int base, exponent, ic; - long double num, floatExponent; + double num, floatExponent; mst_Boolean mantissaParsed = false, isNegative = false, largeInteger = false; int float_type = 0;