1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-24 15:09:10 +00:00

(svn r7163) -Codechange: Disable compilation of additional yapf code.

This commit is contained in:
Darkvater
2006-11-16 00:09:39 +00:00
parent 336e0a1775
commit 5a9e70b720
2 changed files with 4 additions and 2 deletions

View File

@@ -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 */