=20
-----Original Message-----
From: linuxppc-dev-bounces+b08248=3Dfreescale.com@ozlabs.org=20
[mailto:linuxppc-dev-bounces+b08248=3Dfreescale.com@ozlabs.org]=20
On Behalf Of Kumar Gala
[snip]
quoted
New syntax d#, b#, o# and h# allow for an explicit prefix
on cell values to specify their base. Eg: <d# 123>
Signed-off-by: Jon Loeliger <redacted>
---
=20
What are people's thoughts on supporting '0x' and '0X' for hex?
Are you saying allow d#1234, h#5678, and 0x5678? Or use 0x instead
of h#?
Stuart