$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-09 09:28:57
----- Original Message -----
From: "Beman Dawes" <bdawes_at_[hidden]>
> libs/python/src/object/class.cpp : tabs
> libs/python/src/module_builder.cpp : tabs
> libs/python/src/classes.cpp : tabs
> tools/build/test/test2/foo.cpp : last line
Fixed.
> tools/build/new/doc.jam : tabs
> tools/build/new/print.jam : tabs
These two have one intentional tab character each; it lives inside a
string, and there's no other way to represent a tab to Jam. Do you want to
update the tab-checking script to ignore strings in Jam files?
-Dave