2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Correct result of double-patching.

[SVN r75728]
This commit is contained in:
Vladimir Prus
2011-11-29 16:13:07 +00:00
parent 12c74805f5
commit 1d5d02c16e
2 changed files with 0 additions and 1196 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -9,14 +9,3 @@ def register ():
type.register_type('PREPROCESSED_CPP', ['ii'], 'CPP')
register ()
# Copyright David Abrahams 2004. Distributed under the Boost
# Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
from b2.build import type
def register ():
type.register_type ('PREPROCESSED_C', ['i'], 'C')
type.register_type ('PREPROCESSED_CPP', ['ii'], 'CPP')
register ()