Subj : prefix for yacc/bison To : comp.programming From : Christian Christmann Date : Tue Jul 12 2005 01:27 am Hi, sorry, this question is offtopic, but didn't find any other newsgroup to ask. A question on yacc/bison: I've to work on two different machines. One of them is using yacc the other is using bison (by default as replacement for yacc). For a yacc file I've to change the default prefix yy. Thus, I've added the line %name-prefix="aa". This works fine for bison but issues an syntax error with yacc. Is there a way to change the prefix which work for both yacc and bison? Thank you Chris .