On Wed, 2004-04-07 at 22:35, Bertrand Baudet wrote: > - c=='*' || c=='\'' || c=='(' || c==')' || c=='%' || /* do not touch escape character */ > + c=='*' || c=='\'' || c=='(' || c==')' || /* do not touch escape character */ Perhaps remove the comment too? -- Jonas Jensen <jbj at knef.dk>