$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (gclbb-jamboost_at_[hidden])
Date: 2003-08-23 19:33:28
Ulrich Eckhardt <gclbb-jamboost_at_[hidden]> writes:
> Hi!
>
> (Bear with me, I'm a complete beginner)
>
> In allyourbase.jam are these two here:
>
> rule split-path
> {
> ...
> }
>
> rule split-path ( path )
> {
> ...
> }
>
>
> Both seem to have the same function, splitting a given path into its
> components. What I wonder is are these two different things or is only one
> 'active' ?
>
> thanks
>
> Ulrich Eckhardt
Only the last one "sticks", so it's only an aesthetic problem.
Nice catch, though!
-- Dave Abrahams Boost Consulting www.boost-consulting.com