Parent Directory
|
Revision Log
|
Patch
revision 199 by ph10, Tue Jul 31 14:39:09 2007 UTC | revision 200 by ph10, Wed Aug 1 09:10:40 2007 UTC | |
---|---|---|
# | Line 41 POSSIBILITY OF SUCH DAMAGE. | Line 41 POSSIBILITY OF SUCH DAMAGE. |
41 | /* This file contains a private PCRE function that converts an ordinal | /* This file contains a private PCRE function that converts an ordinal |
42 | character value into a UTF8 string. */ | character value into a UTF8 string. */ |
43 | ||
44 | #ifdef HAVE_CONFIG_H | #ifdef HAVE_CONFIG_H |
45 | #include <config.h> | #include <config.h> |
46 | #endif | #endif |
47 | ||
48 | #include "pcre_internal.h" | #include "pcre_internal.h" |
49 | ||
50 |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |