$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-01-02 11:39:12
elviin wrote:
>I think I should select an allowed segment where // is valid.
>
>
Your string literal parser should not have a nested comment parser. If
the " doesn't trigger a string literal parser, then you need to write one.
Sebastian Redl