$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Warnings building bjam
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2010-07-20 13:22:18
Belcourt, Kenneth wrote:
> Hi,
>
> It looks like some C++ style comments are creeping into the bjam C
> code base (jam.c). Assuming we want to keep this compilable by C, it
> seems we need to replace // with /* ... */.
>
> I've fixed the couple that I saw in jam.c.
Thanks -- those slipped in accidentally.
- Volodya