To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66760





------- Additional comments from [EMAIL PROTECTED] Mon Jun 26 20:19:32 -0700 
2006 -------
A fix
Index: soltools/cpp/_tokens.c
===================================================================
RCS file: /cvs/tools/soltools/cpp/_tokens.c,v
retrieving revision 1.4
diff -u -r1.4 _tokens.c
--- soltools/cpp/_tokens.c      20 Jun 2006 05:07:05 -0000      1.4
+++ soltools/cpp/_tokens.c      27 Jun 2006 03:19:02 -0000
@@ -364,7 +364,11 @@
     if (str)
         fprintf(stderr, "%s ", str);
     if (tp < trp->bp || tp > trp->lp)
+#if defined X86_64
+        fprintf(stderr, "(tp offset %ld) ", tp - trp->bp);
+#else
         fprintf(stderr, "(tp offset %d) ", tp - trp->bp);
+#endif
     for (tp = trp->bp; tp < trp->lp && tp < trp->bp + 32; tp++)
     {
         if (tp->type != NL)


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to