Michael Snyder wrote: > Adam Fedor wrote: > >>2003-01-02 Adam Fedor >> >> * Makefile.in (eval.o): Add $(objc_lang_h) >> * eval.c (evaluate_subexp_standard): Handle ObjC ops. >> * valops.c (find_function_addr): Make non-static. >> * value.h (find_function_addr): Declare. > > > Adam, this is OK in principal, assuming that the objc code > such as value_nsstring is being unconditionally built now. > A few remarks: > I havne't been able to resolve the problem you had with the last part of the patch, but here is an updated patch with the other changes.