mirror of
https://github.com/mirror/make.git
synced 2025-03-28 13:00:47 +08:00
[convex] (LOAD_AVE_TYPE, LDAV_CVT): Define to double, no conversion.
This commit is contained in:
parent
f9a914c035
commit
3f49392b9c
@ -38,6 +38,7 @@
|
||||
|
||||
apollo
|
||||
BSD Real BSD, not just BSD-like.
|
||||
convex
|
||||
DGUX
|
||||
eunice UNIX emulator under VMS.
|
||||
hpux
|
||||
@ -214,6 +215,13 @@ extern int errno;
|
||||
#define LOAD_AVE_TYPE long
|
||||
#endif
|
||||
|
||||
#ifdef convex
|
||||
#define LOAD_AVE_TYPE double
|
||||
#ifndef LDAV_CVT
|
||||
#define LDAV_CVT(n) (n)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* No LOAD_AVE_TYPE. */
|
||||
|
||||
#ifdef OSF_ALPHA
|
||||
|
Loading…
Reference in New Issue
Block a user