Remove __BROKEN_INDIRECT_CONFIG, since we are no longer broken.
This commit is contained in:
parent
07bde0d4e7
commit
a7dc02ac8a
|
@ -1,10 +1,8 @@
|
||||||
/* $NetBSD: types.h,v 1.9 1996/12/05 00:13:53 cgd Exp $ */
|
/* $NetBSD: types.h,v 1.10 1996/12/17 07:00:12 scottr Exp $ */
|
||||||
|
|
||||||
#ifndef _TYPES_MACHINE_
|
#ifndef _TYPES_MACHINE_
|
||||||
#define _TYPES_MACHINE_
|
#define _TYPES_MACHINE_
|
||||||
|
|
||||||
#include <m68k/types.h>
|
#include <m68k/types.h>
|
||||||
|
|
||||||
#define __BROKEN_INDIRECT_CONFIG
|
|
||||||
|
|
||||||
#endif /* _TYPES_MACHINE_ */
|
#endif /* _TYPES_MACHINE_ */
|
||||||
|
|
Loading…
Reference in New Issue