$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2006-05-15 14:26:45
Felipe Magno de Almeida wrote:
> I want to be able to preprocess a file without *needing* the system
> headers. Although, using them is a lot safer.
That's the point: To get predictable / correct results you can't skip
processing included files. Anything else is heuristic.
Regards,
Stefan