blob: 22c30d794fec241d6a739a0806f5e84c241c049b (
plain)
1
2
3
4
5
6
7
8
9
|
/* $OpenBSD: float.h,v 1.4 1997/11/30 06:12:26 gene Exp $ */
/* $NetBSD: float.h,v 1.6 1996/05/05 06:17:44 briggs Exp $ */
#ifndef _MAC68K_FLOAT_H_
#define _MAC68K_FLOAT_H_
#include <m68k/float.h>
#endif /* _MAC68K_FLOAT_H_ */
|