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
I have kept it there incase of regressions We can just easily uncomment and test.
Thanks, Vijay
On 10/19/05, Hans Leidekker hans@it.vu.nl wrote:
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