--- parser3/src/main/compile.C 2015/10/26 01:21:57 1.85 +++ parser3/src/main/compile.C 2024/11/04 03:53:25 1.89 @@ -1,11 +1,11 @@ /** @file Parser: compiler part of request class. - Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ -volatile const char * IDENT_COMPILE_C="$Id: compile.C,v 1.85 2015/10/26 01:21:57 moko Exp $"; +volatile const char * IDENT_COMPILE_C="$Id: compile.C,v 1.89 2024/11/04 03:53:25 moko Exp $"; #include "pa_request.h" #include "compile_tools.h"