Objective-C has a different idea of what word break characters are. Hence this patch (although the new usage isn't actually apparent in this patch). 2002-10-04 Adam Fedor * Makefile.in (c-exp.tab.o): Add $(completer_h) to dependancies. (jv-exp.tarb.o): Likewise. (p-exp.tab.o): Likewise. * completer.c (skip_quoted): Take additional "word break characters" argument. * completer.h: Update definition of skip_quoted. * defs.h (skip_quoted): Delete, declared in completer.h. * c-exp.y: Include completer.h. Update definition of skip_quoted. * p-exp.y: Likewise. * jv-exp.y: Likewise. * linespec.c (decode_line_1): Likewise.