Include whichone.h with <> so that the -I options decide which one is included
This commit is contained in:
parent
7caed0c027
commit
eee9660d58
@ -12,7 +12,7 @@ rscid = "$Header$"
|
|||||||
* *
|
* *
|
||||||
********************************/
|
********************************/
|
||||||
|
|
||||||
#include "whichone.h"
|
#include <whichone.h>
|
||||||
|
|
||||||
#if TBL68881 && ! TBL68020
|
#if TBL68881 && ! TBL68020
|
||||||
Something very wrong here!
|
Something very wrong here!
|
||||||
|
|||||||
@ -12,7 +12,7 @@ rscid = "$Header$"
|
|||||||
* *
|
* *
|
||||||
********************************/
|
********************************/
|
||||||
|
|
||||||
#include "whichone.h"
|
#include <whichone.h>
|
||||||
|
|
||||||
#if TBL68881 && ! TBL68020
|
#if TBL68881 && ! TBL68020
|
||||||
Something very wrong here!
|
Something very wrong here!
|
||||||
|
|||||||
@ -12,7 +12,7 @@ rscid = "$Header$"
|
|||||||
* *
|
* *
|
||||||
********************************/
|
********************************/
|
||||||
|
|
||||||
#include "whichone.h"
|
#include <whichone.h>
|
||||||
|
|
||||||
#if TBL68881 && ! TBL68020
|
#if TBL68881 && ! TBL68020
|
||||||
Something very wrong here!
|
Something very wrong here!
|
||||||
|
|||||||
@ -12,7 +12,7 @@ rscid = "$Header$"
|
|||||||
* *
|
* *
|
||||||
********************************/
|
********************************/
|
||||||
|
|
||||||
#include "whichone.h"
|
#include <whichone.h>
|
||||||
|
|
||||||
#if TBL68881 && ! TBL68020
|
#if TBL68881 && ! TBL68020
|
||||||
Something very wrong here!
|
Something very wrong here!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user