On 10/30/12 10:16 PM, Daniel Lehman wrote:

+        tpos.pos   = 0xdeadbeefdeadbeef;
Long long constants are not supported in C89. You can use 0xdeadbeef here.



Reply via email to