• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revisiondf33394f8f9357296f3340403f3629f6331a0fc0 (tree)
Time1991-04-19 06:16:03
AuthorSteve Chamberlain <steve@cygn...>
CommiterSteve Chamberlain

Log Message

Fixed an include

Change Summary

Incremental Difference

--- a/binutils/i960-pinsn.c
+++ b/binutils/i960-pinsn.c
@@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
2222 /* $Id$
2323 $Log
2424 */
25-#include <stdio.h>
25+
2626 #include "sysdep.h"
2727 #include "bfd.h"
2828
@@ -58,7 +58,7 @@ static void put_abs();
5858 int
5959 print_insn_i960( memaddr, buffer, s )
6060 bfd_vma memaddr;
61-uint8e_type *buffer;
61+ uint8e_type *buffer;
6262 FILE *s;
6363 {
6464 unsigned int word1, word2;