|
|
| version 1.251, 2015/10/09 11:42:39 | version 1.253, 2015/10/26 01:21:59 |
|---|---|
| Line 1 | Line 1 |
| /** @file | /** @file |
| Parser: string class. @see untalength_t.C. | Parser: string class. @see untalength_t.C. |
| Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) | Copyright (c) 2001-2015 Art. Lebedev Studio (http://www.artlebedev.com) |
| Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) | Author: Alexandr Petrosian <paf@design.ru> (http://paf.design.ru) |
| */ | */ |
| Line 12 | Line 12 |
| #include "pa_charset.h" | #include "pa_charset.h" |
| #include "pa_vregex.h" | #include "pa_vregex.h" |
| #ifndef ULLONG_MAX | |
| #define ULLONG_MAX 18446744073709551615ULL | |
| #endif | |
| volatile const char * IDENT_PA_STRING_C="$Id$" IDENT_PA_STRING_H; | volatile const char * IDENT_PA_STRING_C="$Id$" IDENT_PA_STRING_H; |
| const String String::Empty; | const String String::Empty; |