Re: [Parser-devel] [token.c] A new functionality
Status: Beta
Brought to you by:
jineshkj
From: Noam P. <npo...@uw...> - 2006-10-04 21:54:40
|
Jinesh K J wrote: > Yes. Its true. But we are writing a library. We cannot print any error > or warning message by ourselves. The best way I think is to set the > some global status variable. Even a call-back method won't be that > harmful, I believe. Hmm, now I can appreciate the usefulness of exceptions... > >> > Also, note that I've updated the test cases. >> right, I've updated getgroup to pass them. > > I'm getting some fatal error. Can u go through them. Its given below: > OK, fixed it, I was returning a non-malloc'd string. The error didn't show up unless I set the environment variable MALLOC_CHECK_ so I didn't notice. Noam |