mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
softfloat: de-conflict include guards
This commit is contained in:
parent
2e0798e064
commit
7825a857f8
@ -6,8 +6,8 @@
|
||||
#pragma once
|
||||
|
||||
// SoftFloat 2 lacks an include guard
|
||||
#ifndef softfloat_h
|
||||
#define softfloat_h 1
|
||||
#ifndef softfloat2_h
|
||||
#define softfloat2_h 1
|
||||
#include "softfloat/milieu.h"
|
||||
#include "softfloat/softfloat.h"
|
||||
#endif
|
||||
|
@ -8,8 +8,8 @@
|
||||
#include "m68kcommon.h"
|
||||
|
||||
// SoftFloat 2 lacks an include guard
|
||||
#ifndef softfloat_h
|
||||
#define softfloat_h 1
|
||||
#ifndef softfloat2_h
|
||||
#define softfloat2_h 1
|
||||
#include "softfloat/milieu.h"
|
||||
#include "softfloat/softfloat.h"
|
||||
#endif
|
||||
|
@ -2,8 +2,8 @@
|
||||
// copyright-holders:Philip Bennett, Carl
|
||||
|
||||
// SoftFloat 2 lacks an include guard
|
||||
#ifndef softfloat_h
|
||||
#define softfloat_h 1
|
||||
#ifndef softfloat2_h
|
||||
#define softfloat2_h 1
|
||||
#include "softfloat/milieu.h"
|
||||
#include "softfloat/softfloat.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user