--- parser3/src/main/compile.y 2002/08/21 11:47:25 1.189 +++ parser3/src/main/compile.y 2002/08/27 10:22:11 1.190 @@ -5,7 +5,7 @@ Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) Author: Alexander Petrosyan (http://design.ru/paf) - $Id: compile.y,v 1.189 2002/08/21 11:47:25 paf Exp $ + $Id: compile.y,v 1.190 2002/08/27 10:22:11 paf Exp $ */ /** @@ -997,7 +997,7 @@ default: case '&': case '|': case '=': case '!': // common delimiters - case ',': case '?': + case ',': case '?': case '#': // before call case '^': pop_LS(PC);