Parent Directory
|
Revision Log
|
Patch
| revision 77 by nigel, Sat Feb 24 21:40:45 2007 UTC | revision 85 by nigel, Sat Feb 24 21:41:13 2007 UTC | |
|---|---|---|
| # | Line 52 string that identifies the PCRE version | Line 52 string that identifies the PCRE version |
| 52 | #define STRING(a) # a | #define STRING(a) # a |
| 53 | #define XSTRING(s) STRING(s) | #define XSTRING(s) STRING(s) |
| 54 | ||
| 55 | EXPORT const char * | PCRE_EXPORT const char * |
| 56 | pcre_version(void) | pcre_version(void) |
| 57 | { | { |
| 58 | return XSTRING(PCRE_MAJOR) "." XSTRING(PCRE_MINOR) " " XSTRING(PCRE_DATE); | return XSTRING(PCRE_MAJOR) "." XSTRING(PCRE_MINOR) " " XSTRING(PCRE_DATE); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |