$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2002-08-27 18:24:38
----- Original Message -----
From: "Bryan Ross" <bross_at_[hidden]>
> LOL
>
> I always assume that the last #endif in a header file is the include
> guard. it's worked for me for a quite a while now :)
>
> Bryan Ross
> bross_at_[hidden]
The preprocessor library has files that have no include guards by necessity--of
course, the preprocessor library doesn't *need* include guards anyway....
Paul Mensonides