X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flexer.c;h=a3b43a96f63b33d0151c8efa32df3569ba64f018;hb=3fb94e235e0333e200332a72dca42b3f300667ad;hp=94793bfb9557d4d0191b411c93405bc09fcd98e2;hpb=e91248ddc41199bda0676817debf080c2b7835a1;p=pspp diff --git a/src/lexer.c b/src/lexer.c index 94793bfb95..a3b43a96f6 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -422,7 +422,7 @@ lex_double_p (void) /* Returns the value of the current token, which must be a floating point number. */ -long +double lex_double (void) { assert (lex_double_p ());