Include whichone.h with <> so that the -I options decide which one is included

This commit is contained in:
ceriel 1991-08-28 14:13:14 +00:00
parent 7caed0c027
commit eee9660d58
4 changed files with 4 additions and 4 deletions

View File

@ -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!

View File

@ -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!

View File

@ -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!

View File

@ -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!