# HG changeset patch # User thomask # Date 1097336978 0 # Node ID c3a43aad8798df58644ecd99f00eb9a23445fcc1 # Parent aa1f2cebfba686658286a67c5ec10947357b1a03 removed "[0-9a-fA-F]+h" integer_literal_hex in responce to news://digitalmars.com/digitalmars.D.bugs:2055 (Burton Radons) diff -r aa1f2cebfba6 -r c3a43aad8798 run/integer_literal_hex_13.d --- a/run/integer_literal_hex_13.d Sat Oct 09 15:08:26 2004 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -int main(){ - assert(2h == 2); - assert(Ah == 10); - return 0; -}