floatingpoint.h (9d683ffd4b8616aa69bc158f2ef2e942fd7c2115) | floatingpoint.h (3df129097bfa8c102c3118fe880388b144519f4a) |
---|---|
1/*- 2 * Copyright (c) 1993 Andrew Moore, Talke Studio 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 23 unchanged lines hidden (view full) --- 32 * 33 * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 34 * $FreeBSD$ 35 */ 36 37#ifndef _FLOATINGPOINT_H_ 38#define _FLOATINGPOINT_H_ 39 | 1/*- 2 * Copyright (c) 1993 Andrew Moore, Talke Studio 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 23 unchanged lines hidden (view full) --- 32 * 33 * from: @(#) floatingpoint.h 1.0 (Berkeley) 9/23/93 34 * $FreeBSD$ 35 */ 36 37#ifndef _FLOATINGPOINT_H_ 38#define _FLOATINGPOINT_H_ 39 |
40#include <sys/cdefs.h> |
|
40#include <machine/ieeefp.h> 41 42#endif /* !_FLOATINGPOINT_H_ */ | 41#include <machine/ieeefp.h> 42 43#endif /* !_FLOATINGPOINT_H_ */ |