$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: raphael.bossek_at_[hidden]
Date: 2001-04-08 14:12:15
hi Jeremy,
> I don't know how to setup flex/bison to make it possible to create two
> parser instances without having multiply defined symbols. If anyone
knows
> how to do this, I'm all ears.
I do not know exactly the sense of your global defined variables but
it smell for me as a poor design. What will happen if someone is using
a multithreaded application for example? Why can you not use two
different classes where all the memers and methods are defined? On the
first look it makes not difference...
-- Raphael Bossek