1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49: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 COUNTEDPTR_HPP
#define COUNTEDPTR_HPP
#if 0 // reenable when needed
/** @file CCountedPtr - smart pointer implementation */
/** CCountedPtr - simple reference counting smart pointer.
@@ -95,5 +96,5 @@ FORCEINLINE void CCountedPtr<Tcls_>::Assign(Tcls* pT)
}
}
#endif /* 0 */
#endif /* COUNTEDPTR_HPP */