[ragel-users] Debugging colm for win32.
Bob Paddock
graceindustries at gmail.com
Tue Apr 1 17:00:15 UTC 2014
> For win64,
> fairly extensive changes would be needed since colm assumes pointers = long
> data type, but in windows pointers = long long.
I've not looked at the code in question, so don't know if this helps.
Pointers should not be long nor long long they should be size_t .
See <stddef.h> and <stdint.h>.
When we move to 128 bit parts we'd have to go down this road again,
that is what size_t is meant to prevent. It is the difference between
memory space and arithmetic bit widths.
_______________________________________________
ragel-users mailing list
ragel-users at complang.org
http://www.complang.org/mailman/listinfo/ragel-users
More information about the ragel-users
mailing list