--- parser3/src/include/pa_charsets.h 2016/07/29 20:24:16 1.18 +++ parser3/src/include/pa_charsets.h 2020/12/15 17:10:30 1.21 @@ -1,7 +1,7 @@ /** @file Parser: sql driver manager decl. - Copyright (c) 2001-2015 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) @@ -11,7 +11,7 @@ #ifndef PA_CHARSETS_H #define PA_CHARSETS_H -#define IDENT_PA_CHARSETS_H "$Id: pa_charsets.h,v 1.18 2016/07/29 20:24:16 moko Exp $" +#define IDENT_PA_CHARSETS_H "$Id: pa_charsets.h,v 1.21 2020/12/15 17:10:30 moko Exp $" #include "pa_hash.h" #include "pa_charset.h" @@ -32,8 +32,8 @@ public: }; //@{ globals -extern Charset UTF8_charset; -extern Charsets charsets; +extern Charset pa_UTF8_charset; +extern Charsets pa_charsets; //@} #endif