Synopsis - Issue Tracker

Message276

Author volodya
Recipients stefan, volodya
Date 2004-10-04.06:27:37
Content
I've compiled 'display-ptree' it, but when I try to parse:

namespace A
{
    int f;
}

I get:
./display-ptree -t a.cpp
[namespace A [{
 [nil [int] [#i@[1]f[f]] ;]
}]]
unknown:5: parse error before `} }'
History
Date User Action Args
2004-10-04 06:27:38volodyasetrecipients: + volodya, stefan
2004-10-04 06:27:38volodyalinktask25 messages
2004-10-04 06:27:38volodyacreate