Mercurial > hg > xemacs-beta
diff lib-src/getopt.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 43dd3413c7c7 |
children | 2d532a89d707 |
line wrap: on
line diff
--- a/lib-src/getopt.c Mon Aug 13 09:45:48 2007 +0200 +++ b/lib-src/getopt.c Mon Aug 13 09:46:53 2007 +0200 @@ -34,14 +34,6 @@ #include <config.h> #endif -#if !defined (__STDC__) || !__STDC__ -/* This is a separate conditional since some stdc systems - reject `defined (const)'. */ -#ifndef const -#define const -#endif -#endif - #include <stdio.h> #ifdef STDC_HEADERS #include <string.h>