diff options
author | Darkvater <Darkvater@openttd.org> | 2006-11-16 00:09:39 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2006-11-16 00:09:39 +0000 |
commit | a15768953b8ba5aabdd6a18cd0b69d209178387a (patch) | |
tree | 0b5dd2d27ebefb7c1ec9078b4634b1db1f76c553 /yapf/autocopyptr.hpp | |
parent | e18c9f384d030fea05cffbbd66ba2d78297bf641 (diff) | |
download | openttd-a15768953b8ba5aabdd6a18cd0b69d209178387a.tar.xz |
(svn r7163) -Codechange: Disable compilation of additional yapf code.
Diffstat (limited to 'yapf/autocopyptr.hpp')
-rw-r--r-- | yapf/autocopyptr.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/yapf/autocopyptr.hpp b/yapf/autocopyptr.hpp index 42822c324..fb6bfa028 100644 --- a/yapf/autocopyptr.hpp +++ b/yapf/autocopyptr.hpp @@ -3,6 +3,7 @@ #ifndef AUTOCOPYPTR_HPP #define AUTOCOPYPTR_HPP +#if 0 // reenable when needed /** CAutoCopyPtrT - kind of CoW (Copy on Write) pointer. * It is non-invasive smart pointer (reference counter is held outside * of Tdata). @@ -78,5 +79,5 @@ public: } }; - +#endif /* 0 */ #endif /* AUTOCOPYPTR_HPP */ |