--- parser3/src/main/compile.y 2001/09/18 16:05:42 1.166 +++ parser3/src/main/compile.y 2001/09/26 10:32:25 1.168 @@ -1,12 +1,12 @@ +%{ /** @file Parser: compiler(lexical parser and grammar). Copyright (c) 2001 ArtLebedev Group (http://www.artlebedev.com) - Author: Alexander Petrosyan (http://design.ru/paf) + + $Id: compile.y,v 1.168 2001/09/26 10:32:25 parser Exp $ */ -%{ -static char *RCSId="$Id: compile.y,v 1.166 2001/09/18 16:05:42 parser Exp $"; /** @todo parser4: