19 Oct
2005
19 Oct
'05
4:13 p.m.
On Wednesday 19 October 2005 09:19, Vijay Kiran Kamuju wrote:
- /* MS mangled names always begin with '?' */ - if (*sym->current != '?') return FALSE; + /* MS mangled names always begin with '?' + if (*sym->current != '?') return FALSE; */
It's better to remove code then disabling it this way. We can always refer to CVS history. -Hans