freemyipod r105 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r104‎ | r105 | r106 >
Date:02:22, 12 August 2010
Author:cmwslw
Status:new
Tags:
Comment:
Fixed the same problems that r83 fixed for 4g_compat.
Modified paths:
  • /embios/trunk/console.h (modified) (history)
  • /embios/trunk/file.h (modified) (history)
  • /embios/trunk/libc/include/_ansi.h (modified) (history)

Diff [purge]

Index: embios/trunk/console.h
@@ -26,7 +26,6 @@
2727
2828
2929 #include "global.h"
30 -#include "gcc_extensions.h"
3130 #include <stdarg.h>
3231
3332
Index: embios/trunk/libc/include/_ansi.h
@@ -9,8 +9,8 @@
1010 "comment out" the non-ANSI parts of the ANSI header files (non-ANSI header
1111 files aren't affected). */
1212
13 -#ifndef _ANSIDECL_H_
14 -#define _ANSIDECL_H_
 13+#ifndef ___ANSI_H__
 14+#define ___ANSI_H__
1515
1616 /* First try to figure out whether we really are in an ANSI C environment. */
1717 /* FIXME: This probably needs some work. Perhaps sys/config.h can be
Index: embios/trunk/file.h
@@ -26,7 +26,6 @@
2727
2828 #include "global.h"
2929 #include "thread.h"
30 -#include "gcc_extensions.h"
3130
3231 #ifndef MAX_OPEN_FILES
3332 #define MAX_OPEN_FILES 32

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r83Fixed the _ansi.h include guard and removed references to gcc_extensions.h.cmwslw22:02, 10 August 2010