Andre Poenitz <[EMAIL PROTECTED]> writes:

| Aehm.. how do I add new keywords there?
| 
| Looks like I have to run 'gperf' on something, but I really don't know on
| waht. Would it hurt if I changed this whole thing to use std::map? It's
| only 250 entries or so after all...

fine for me, as this will make it easier to add new symbols. but make
sure that you will be backwards compatible.

If performance is a problem we can use a hash_map later.

-- 
        Lgb

Reply via email to