fix #407 add support for u/U suffix in integer constants
Created originally on Bitbucket by Sauci (Guillaume Sottas)
Was already merged in Bitbucket before import, marked as merged by the import user
Source changeset not longer availableat the time of import. Commit listwill look empty
this pull request prevent the parser from crashing when parsing unsigned hexadecimal values in the form 0xABu, or 0xCDU.