Mercurial > hg > xemacs-beta
diff pkg-src/tree-x/input.c @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 15872534500d |
children |
line wrap: on
line diff
--- a/pkg-src/tree-x/input.c Mon Aug 13 09:47:55 2007 +0200 +++ b/pkg-src/tree-x/input.c Mon Aug 13 09:49:09 2007 +0200 @@ -4,6 +4,9 @@ * ---------------------------------------------------------------------------- */ +/* SunOS 5.4+ way to ask for all functions in header files. */ +#define __EXTENSIONS__ 1 + #include <ctype.h> #include <string.h> #include <stdlib.h>