]> git.proxmox.com Git - ceph.git/blob - 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
1 # Copyright Steven Watanabe 2011
2 # Distributed under the Boost Software License Version 1.0. (See
3 # accompanying file LICENSE.txt or copy at
4 # https://www.bfgroup.xyz/b2/LICENSE.txt)
5
6 import type ;
7 import cpp ; # must import to have registered C CPP types
8
9 type.register PREPROCESSED_C : i : C ;
10 type.register PREPROCESSED_CPP : ii : CPP ;