--- parser3/src/classes/table.C 2020/12/14 20:58:15 1.352 +++ parser3/src/classes/table.C 2020/12/15 17:10:29 1.354 @@ -1,14 +1,12 @@ /** @file Parser: @b table parser class. - Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ #include "pa_config_includes.h" -#define NO_STRINGSTREAM - #if (!defined(NO_STRINGSTREAM) && !defined(FREEBSD4) && !defined(PA_DEBUG_DISABLE_GC)) #include #include "../lib/gc/include/gc_allocator.h" @@ -27,7 +25,7 @@ #include "pa_vbool.h" #include "pa_array.h" -volatile const char * IDENT_TABLE_C="$Id: table.C,v 1.352 2020/12/14 20:58:15 moko Exp $"; +volatile const char * IDENT_TABLE_C="$Id: table.C,v 1.354 2020/12/15 17:10:29 moko Exp $"; // class