Path: utzoo!telly!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!LURCH.STANFORD.EDU!tiemann From: tiemann@LURCH.STANFORD.EDU (Michael Tiemann) Newsgroups: gnu.g++.bug Subject: 'catch' as keyword considered unfortunate Message-ID: <8912082140.AA17502@lurch.Stanford.EDU> Date: 8 Dec 89 21:40:16 GMT References: <8912082145.AA28117@life.ai.mit.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: tiemann@lurch.stanford.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 6 C++ 2.0 reserves `catch', I'm just following along. I disable words reserved for the experimental GNU exception handling code by default. Look in cplus-lex.c for UNSET_RESERVED_WORD for how to do this easily. Handle `catch' there, and you are set. Michael