54 |
support is not required. This saves 1.5-2K of code, which is important in |
support is not required. This saves 1.5-2K of code, which is important in |
55 |
some applications. |
some applications. |
56 |
|
|
57 |
|
Later: more #ifdefs are needed in pcre_ord2utf8.c and pcre_valid_utf8.c |
58 |
|
so as not to refer to the tables, even though these functions will never be |
59 |
|
called when UTF-8 support is disabled. Otherwise there are problems with a |
60 |
|
shared library. |
61 |
|
|
62 |
10. The emulated memmove() function in pcre_internal.h (provided for those |
10. The emulated memmove() function in pcre_internal.h (provided for those |
63 |
environments that have neither memmove() nor bcopy()) was defining its |
environments that have neither memmove() nor bcopy()) was defining its |
64 |
arguments as char * instead of void *. |
arguments as char * instead of void *. |