$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-02-28 07:47:16
David Abrahams wrote:
> Fantastic, Volodya!
Thanks!
> Could you expound a bit on the following:
>
>
> * compile.c, compile.h, jamgram.yy: Integrated most of Perforce
> changes. There's problem with 'while', which returns value in Perforce
> version, which
> was causing some obscure problems.
> Change 1277 not integrated since the corresponding code fragment is
> too altered in Boost Jam.
>
> What is "change 1277" and what were the issues with "while"?
The problem with while was that once I made it return value, some pieces of
code following 'while' statements were no longer executed. I'll need to try
again, though.
Change 1277 can be found at
http://public.perforce.com:8080/@md=d&cd=//guest/richard_geiger/intjam/src/&ra=s&c=Gu3@//guest/richard_geiger/intjam/src/compile.c?ac=22
it was some bugfix in 'compile_setcomp' but that function is very much
altered.
- Volodya