Parent Directory
|
Revision Log
|
Patch
| revision 90 by nigel, Sat Feb 24 21:41:21 2007 UTC | revision 91 by nigel, Sat Feb 24 21:41:34 2007 UTC | |
|---|---|---|
| # | Line 79 Returns: the character type categor | Line 79 Returns: the character type categor |
| 79 | */ | */ |
| 80 | ||
| 81 | int | int |
| 82 | _pcre_ucp_findprop(const int c, int *type_ptr, int *script_ptr) | _pcre_ucp_findprop(const unsigned int c, int *type_ptr, int *script_ptr) |
| 83 | { | { |
| 84 | int bot = 0; | int bot = 0; |
| 85 | int top = sizeof(ucp_table)/sizeof(cnode); | int top = sizeof(ucp_table)/sizeof(cnode); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |