<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/30/12 10:16 PM, Daniel Lehman
      wrote:<br>
    </div>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <pre>+        tpos.pos   = 0xdeadbeefdeadbeef;
Long long constants are not supported in C89. You can use 0xdeadbeef here.
</pre>
  </body>
</html>