daily update
[deliverable/binutils-gdb.git] / binutils / bin2c.c
index 0eeff350aadf7eb5f718f49600075e5db7472501..b3138e1f7413d58e79c2e256344d096821dd793a 100644 (file)
@@ -1,5 +1,5 @@
 /* bin2c.c -- dump binary file in hex format
-   Copyright 2007 Free Software Foundation, Inc.
+   Copyright 2007, 2008 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -22,9 +22,8 @@
 #include "bfd.h"
 #include "bucomm.h"
 
-#if !defined O_BINARY && defined _O_BINARY
+#if !defined O_TEXT && defined _O_TEXT
   /* For MSC-compatible compilers.  */
-# define O_BINARY _O_BINARY
 # define O_TEXT _O_TEXT
 #endif
 
This page took 0.023115 seconds and 4 git commands to generate.