$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: ANDREW MARLOW, BLOOMBERG/ LONDON OF (amarlow1_at_[hidden])
Date: 2006-05-09 12:37:19
----- Original Message -----
From: David Abrahams <boost-build_at_[hidden]>
> A rewrite provides a golden opportunity to put in some
> support for FORTRAN. I know FORTRAN is ancient and horrible
> but some systems still use it (don't ask). If jam processed
> the include stmt found in FORTRAN source similar to the #include
> of C/C++ this would hopefully be quite straightforward....
You don't need a rewrite to do this. The processing of #include is
done by interpreted code.
and include 'blah-blah.inc' can be done the same way...?