diff lib-src/getopt1.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/getopt1.c	Mon Aug 13 09:45:48 2007 +0200
+++ b/lib-src/getopt1.c	Mon Aug 13 09:46:53 2007 +0200
@@ -25,14 +25,6 @@
 
 #include "getopt.h"
 
-#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>
 
 /* Comment out all this code if we are using the GNU C Library, and are not