From 4e40a2f3c1a546cc9158f699c0c61833a62870b0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 31 Jan 2010 23:09:58 +0000 Subject: do not ever define const away, since it causes trouble when const is supported but __STDC__ not defined; or otherwise on Windows git-svn-id: svn://tug.org/texlive/trunk@16885 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/getopt1.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Build/source/texk/kpathsea/getopt1.c') diff --git a/Build/source/texk/kpathsea/getopt1.c b/Build/source/texk/kpathsea/getopt1.c index 1bbe8877d03..f5db79b19c3 100644 --- a/Build/source/texk/kpathsea/getopt1.c +++ b/Build/source/texk/kpathsea/getopt1.c @@ -26,14 +26,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 /* Comment out all this code if we are using the GNU C Library, and are not -- cgit v1.2.3