$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2007-05-29 10:03:13
On Sat, 2007-05-26 at 13:40 -0500, Rene Rivera wrote:
> I started doing RC_1_34_0 tests earlier this week, using gcc-4.2.0, and
> noticed the following in the logs during the checkout:
>
> cvs update: Updating libs/graph/src
> M libs/graph/src/graphviz_digraph_lex.cpp
> M libs/graph/src/graphviz_graph_lex.cpp
> cvs update: Updating libs/graph/src/python
I wouldn't worry about these all that much. It's deprecated code that
will be removed in 1.35.0, and it's not going to change unless a
different version of flex generates slightly different code.
- Doug