Parent Directory
|
Revision Log
|
Patch
revision 370 by ph10, Sun Aug 24 16:53:47 2008 UTC | revision 371 by ph10, Mon Aug 25 18:28:05 2008 UTC | |
---|---|---|
# | Line 79 for (j = i; j > 0; j--) | Line 79 for (j = i; j > 0; j--) |
79 | return i + 1; | return i + 1; |
80 | #else | #else |
81 | (void)(cvalue); /* Keep compiler happy; this function won't ever be */ | (void)(cvalue); /* Keep compiler happy; this function won't ever be */ |
82 | (void)(buffer); /* called when SUPPORT_UTF8 is not defined. */ | (void)(buffer); /* called when SUPPORT_UTF8 is not defined. */ |
83 | return 0; | return 0; |
84 | #endif | #endif |
85 | } | } |
86 | ||
87 | /* End of pcre_ord2utf8.c */ | /* End of pcre_ord2utf8.c */ |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |