Use <> instead of "" for including the common xm-nbsd.h, to avoid possible

include path confusion (since these files are named the same but in
different directories).
This commit is contained in:
tv 2001-08-06 22:16:57 +00:00
parent 4b569fc269
commit 6d6211445a
6 changed files with 6 additions and 6 deletions

View File

@ -18,4 +18,4 @@ along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>

View File

@ -19,6 +19,6 @@
Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>
#define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext

View File

@ -19,4 +19,4 @@
Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>

View File

@ -19,4 +19,4 @@
Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>

View File

@ -19,4 +19,4 @@
Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>

View File

@ -19,4 +19,4 @@
Boston, MA 02111-1307, USA. */
/* Get generic NetBSD host definitions. */
#include "xm-nbsd.h"
#include <xm-nbsd.h>