$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (beman_at_[hidden])
Date: 1999-07-29 11:21:49
At 07:59 AM 7/29/99 -0600, Greg Colvin wrote:
>Actually, I think it is clear that neither form is required to
>do file inclusion, or even that the system have any concept of
>file.
Agreed. The implementation doesn't have to find the header; except
for standard headers, #include can always fail.
But the marketplace won't let that happen. After all, the title of
the section is "Source file inclusion" and about a gazillion lines of
code depend on it working:-)
--Beman