$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Warnings building bjam
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-07-20 13:15:55
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.
-- Noel