Parent Directory
|
Revision Log
|
Patch
| revision 29 by nigel, Sat Feb 24 21:38:53 2007 UTC | revision 37 by nigel, Sat Feb 24 21:39:09 2007 UTC | |
|---|---|---|
| # | Line 65 unsigned char *yield, *p; | Line 65 unsigned char *yield, *p; |
| 65 | int i; | int i; |
| 66 | ||
| 67 | #ifndef DFTABLES | #ifndef DFTABLES |
| 68 | yield = (pcre_malloc)(tables_length); | yield = (unsigned char*)(pcre_malloc)(tables_length); |
| 69 | #else | #else |
| 70 | yield = malloc(tables_length); | yield = (unsigned char*)malloc(tables_length); |
| 71 | #endif | #endif |
| 72 | ||
| 73 | if (yield == NULL) return NULL; | if (yield == NULL) return NULL; |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |