From 7c8a07cd65b9b57a08e3a0252e849e769637a3fd Mon Sep 17 00:00:00 2001 From: David Jones Date: Tue, 9 Mar 2004 14:18:37 +0000 Subject: Mps: fixing osxc for mac os x 10.3 Copied from Perforce Change: 82256 ServerID: perforce.ravenbrook.com --- mps/code/osxc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mps/code') diff --git a/mps/code/osxc.h b/mps/code/osxc.h index a40dc66721c..22570f90a25 100644 --- a/mps/code/osxc.h +++ b/mps/code/osxc.h @@ -18,12 +18,6 @@ #endif -/* cabs doesn't have a proper prototype; taken from glibc 2.0.6 manual. */ -/* Define a structure tag to avoid warnings. */ -struct mps_complex { double real, imag; }; -extern double cabs(struct mps_complex z); - - #endif /* osxc_h */ -- cgit v1.2.1