Parent Directory
|
Revision Log
|
Patch
| revision 368 by ph10, Fri Jul 4 18:27:16 2008 UTC | revision 369 by ph10, Sun Aug 24 16:53:47 2008 UTC | |
|---|---|---|
| # | Line 78 for (j = i; j > 0; j--) | Line 78 for (j = i; j > 0; j--) |
| 78 | *buffer = _pcre_utf8_table2[i] | cvalue; | *buffer = _pcre_utf8_table2[i] | cvalue; |
| 79 | return i + 1; | return i + 1; |
| 80 | #else | #else |
| 81 | return 0; /* Keep compiler happy; this function won't ever be */ | (void)(cvalue); /* Keep compiler happy; this function won't ever be */ |
| 82 | #endif /* called when SUPPORT_UTF8 is not defined. */ | (void)(buffer); /* called when SUPPORT_UTF8 is not defined. */ |
| 83 | return 0; | |
| 84 | #endif | |
| 85 | } | } |
| 86 | ||
| 87 | /* End of pcre_ord2utf8.c */ | /* End of pcre_ord2utf8.c */ |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |