From: bernie Date: Tue, 1 Mar 2005 23:15:12 +0000 (+0000) Subject: Remove compatibility hack. X-Git-Tag: 1.0.0~860 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=b861060c15b2b32986abbc818b00b0fa006e2ac8;p=bertos.git Remove compatibility hack. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@381 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/compiler.h b/compiler.h index 38dfe4e9..6f02ba40 100755 --- a/compiler.h +++ b/compiler.h @@ -14,6 +14,9 @@ /*#* *#* $Log$ + *#* Revision 1.43 2005/03/01 23:15:12 bernie + *#* Remove compatibility hack. + *#* *#* Revision 1.42 2005/02/16 20:28:46 bernie *#* Move PGM macros to mware/pgm.h *#* @@ -22,9 +25,6 @@ *#* *#* Revision 1.40 2005/01/20 18:46:04 aleph *#* Add progmem datatypes; PSTR() definition. - *#* - *#* Revision 1.39 2005/01/08 08:49:39 bernie - *#* Define PROGMEM on AVR only when not including pgmspace.h. *#*/ #ifndef DEVLIB_COMPILER_H #define DEVLIB_COMPILER_H @@ -150,9 +150,6 @@ #if CPU_AVR #include #include - - /* TODO: reorganize client code to include mware/pgm.h as needed. */ - #include #else /* Include some standard C89/C99 stuff */ #include