~ubuntu-branches/ubuntu/wily/choreonoid/wily

« back to all changes in this revision

Viewing changes to src/Collision/Opcode/OPC_OptimizedTree.cpp

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2015-03-04 16:48:03 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20150304164803-3kncouwkfd3ez3lm
Tags: 1.1.0+dfsg-6.2
* Non-maintainer upload.
* Fix FTBFS on non-x86 64bit systems. (Closes: #766366)
* Fix format of debian/copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
557
557
                }                                                                                                                                                       \
558
558
        }
559
559
 
560
 
#ifdef __x86_64
 
560
#if defined(__LP64__) || defined(__ILP64__) || defined(__LLP64__)
561
561
#define REMAP_DATA(member)                                                                                      \
562
562
        /* Fix data */                                                                                                  \
563
563
        Data = Nodes[i].member;                                                                                 \