summaryrefslogtreecommitdiff
path: root/jam-files/boost-build/tools/types/preprocessed.jam
blob: c9187ba671084997c8412b751975ee8dd73811ed (plain)
1
2
3
4
5
6
7
8
9
# Copyright Steven Watanabe 2011
# 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)

import type ;

type.register PREPROCESSED_C : i : C ;
type.register PREPROCESSED_CPP : ii : CPP ;