From 1ee311b26d7122f860fe940db6ce46968981a9a3 Mon Sep 17 00:00:00 2001 From: alfred Date: Tue, 28 May 2002 17:03:12 +0000 Subject: Assume __STDC__, remove non-__STDC__ code. Submitted by: keramida --- lib/msun/bsdsrc/mathimpl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/msun/bsdsrc/mathimpl.h') diff --git a/lib/msun/bsdsrc/mathimpl.h b/lib/msun/bsdsrc/mathimpl.h index b9b0295..d8e39f3 100644 --- a/lib/msun/bsdsrc/mathimpl.h +++ b/lib/msun/bsdsrc/mathimpl.h @@ -40,11 +40,7 @@ #if defined(vax)||defined(tahoe) /* Deal with different ways to concatenate in cpp */ -# ifdef __STDC__ # define cat3(a,b,c) a ## b ## c -# else -# define cat3(a,b,c) a/**/b/**/c -# endif /* Deal with vax/tahoe byte order issues */ # ifdef vax -- cgit v1.1