comparison lib-src/cvtmail.c @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 4c90ffeb71c5
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
178 char *result = (char *) realloc (ptr, size); 178 char *result = (char *) realloc (ptr, size);
179 if (!result) 179 if (!result)
180 fatal ("virtual memory exhausted", 0); 180 fatal ("virtual memory exhausted", 0);
181 return result; 181 return result;
182 } 182 }
183
184 /* arch-tag: b93c25a9-9012-44f1-b78b-9cc7aed44a7a
185 (do not change this comment) */