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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Thomas Moulard
  • Date: 2013-06-13 13:46:59 UTC
  • Revision ID: package-import@ubuntu.com-20130613134659-ynv9m8rngdr2q9hk
Tags: 1.1.0+dfsg-5
* Fix patch fixing opcode portability issue (Closes: #711003).
* Fix patch porting to Boost.Filesystem v3.
* Update symbols for amd64, i386, kfreebsd-i386 and kfreebsd-amd64
  architectures.
* Add autopkgtest support and simple test case.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
// Include Guard
20
20
#ifndef __OPC_OPTIMIZEDTREE_H__
21
21
#define __OPC_OPTIMIZEDTREE_H__
22
 
#include <stdint.h>
23
22
 
24
23
#define EXWORD uintptr_t
25
24