[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: hex numerical literals in 5.1
- From: "Todor Totev" <umbra.tenebris@...>
- Date: Mon, 19 Dec 2005 15:52:24 +0200
Hello all,
I want to implement hexadecimal numerical literals in 5.1 in usual C
manner - like 0x7FFFFFFFFFFFFFFF.
I found in llex.c function called read_numeral.
Are there other functions that I must change to do this?
Thanks in advance,
Todor