comparison lib-src/cvtmail.c @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents c6c565402859
children a47704955f8d 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
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) */