]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/types/preprocessed.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / types / preprocessed.jam
CommitLineData
7c673cae
FG
1# Copyright Steven Watanabe 2011
2# Distributed under the Boost Software License Version 1.0. (See
1e59de90
TL
3# accompanying file LICENSE.txt or copy at
4# https://www.bfgroup.xyz/b2/LICENSE.txt)
7c673cae
FG
5
6import type ;
1e59de90 7import cpp ; # must import to have registered C CPP types
7c673cae
FG
8
9type.register PREPROCESSED_C : i : C ;
10type.register PREPROCESSED_CPP : ii : CPP ;