Mercurial > hg > xemacs-beta
diff src/EmacsShell.c @ 70:131b0175ea99 r20-0b30
Import from CVS: tag r20-0b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:02:59 +0200 |
parents | 0293115a14e9 |
children | 54cc21c15cbb |
line wrap: on
line diff
--- a/src/EmacsShell.c Mon Aug 13 09:00:04 2007 +0200 +++ b/src/EmacsShell.c Mon Aug 13 09:02:59 2007 +0200 @@ -51,7 +51,11 @@ /* junk stolen from IntrinsicI.h */ -extern void _XtAllocError( String /* alloc_type */); +extern void _XtAllocError( +#if NeedFunctionPrototypes + String /* alloc_type */ +#endif +); /* junk ungraciously copied from Shell.c */