diff options
| author | David Jones | 2004-03-09 14:18:37 +0000 |
|---|---|---|
| committer | David Jones | 2004-03-09 14:18:37 +0000 |
| commit | 7c8a07cd65b9b57a08e3a0252e849e769637a3fd (patch) | |
| tree | 554d1bcde561a1a159ae3e02359ee8519b0bd4c3 /mps/code | |
| parent | ed070474363c9506cbc966d9bdb6ccedf30ce9e0 (diff) | |
| download | emacs-7c8a07cd65b9b57a08e3a0252e849e769637a3fd.tar.gz emacs-7c8a07cd65b9b57a08e3a0252e849e769637a3fd.zip | |
Mps: fixing osxc for mac os x 10.3
Copied from Perforce
Change: 82256
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code')
| -rw-r--r-- | mps/code/osxc.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 @@ | |||
| 18 | #endif | 18 | #endif |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | /* cabs doesn't have a proper prototype; taken from glibc 2.0.6 manual. */ | ||
| 22 | /* Define a structure tag to avoid warnings. */ | ||
| 23 | struct mps_complex { double real, imag; }; | ||
| 24 | extern double cabs(struct mps_complex z); | ||
| 25 | |||
| 26 | |||
| 27 | #endif /* osxc_h */ | 21 | #endif /* osxc_h */ |
| 28 | 22 | ||
| 29 | 23 | ||