Welcome to mirror list, hosted at ThFree Co, Russian Federation.

preprocessed.jam « types « tools « boost-build « jam-files - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 ;