Parent Directory
|
Revision Log
|
Patch
| revision 117 by ph10, Fri Mar 9 15:59:06 2007 UTC | revision 145 by ph10, Wed Apr 4 14:06:52 2007 UTC | |
|---|---|---|
| # | Line 75 I could find no way of detecting that a | Line 75 I could find no way of detecting that a |
| 75 | pre-processor time. This hack uses a standard trick for avoiding calling | pre-processor time. This hack uses a standard trick for avoiding calling |
| 76 | the STRING macro with an empty argument when doing the test. */ | the STRING macro with an empty argument when doing the test. */ |
| 77 | ||
| 78 | PCRE_DATA_SCOPE const char * | PCRE_EXP_DEFN const char * |
| 79 | pcre_version(void) | pcre_version(void) |
| 80 | { | { |
| 81 | return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)? | return (XSTRING(Z PCRE_PRERELEASE)[1] == 0)? |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |