X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=compiler.h;h=6f02ba402391032f8885ea0a121cc1bacf7c3a58;hb=0021318b90d6cc2da07904de709f9901f77b2c86;hp=38dfe4e9c23a64802799868f7babc01677d501fc;hpb=d5ec91ff235a26d417fb058e1fc24f98cacc4104;p=bertos.git 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