Skip to content
Snippets Groups Projects
Commit 1cefd257 authored by Per Hedbor's avatar Per Hedbor
Browse files

Initial implementation of multi-char character constants.

'abcd' is now the same as ('a'<<24)|('b'<<16)|('c'<<8)|'d'.
parent cfad8a8a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment