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