Mercurial > hg > xemacs-beta
comparison src/regex.c @ 444:576fb035e263 r21-2-37
Import from CVS: tag r21-2-37
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:36:19 +0200 |
parents | abe6d1db359e |
children | 1ccc32a20af4 |
comparison
equal
deleted
inserted
replaced
443:a8296e22da4e | 444:576fb035e263 |
---|---|
284 #else /* not __GNUC__ */ | 284 #else /* not __GNUC__ */ |
285 #if HAVE_ALLOCA_H | 285 #if HAVE_ALLOCA_H |
286 #include <alloca.h> | 286 #include <alloca.h> |
287 #else /* not __GNUC__ or HAVE_ALLOCA_H */ | 287 #else /* not __GNUC__ or HAVE_ALLOCA_H */ |
288 #ifndef _AIX /* Already did AIX, up at the top. */ | 288 #ifndef _AIX /* Already did AIX, up at the top. */ |
289 char *alloca (); | 289 void *alloca (); |
290 #endif /* not _AIX */ | 290 #endif /* not _AIX */ |
291 #endif /* not HAVE_ALLOCA_H */ | 291 #endif /* not HAVE_ALLOCA_H */ |
292 #endif /* not __GNUC__ */ | 292 #endif /* not __GNUC__ */ |
293 | 293 |
294 #endif /* not alloca */ | 294 #endif /* not alloca */ |