2001-10-24 Joel Sherrill <joel@OARcorp.com>

* mpc8260/include/mpc8260.h: "or" is a keyword in C++.
This commit is contained in:
Joel Sherrill
2001-10-24 23:54:46 +00:00
parent 22afde515c
commit bfbe811222
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2001-10-24 Joel Sherrill <joel@OARcorp.com>
* mpc8260/include/mpc8260.h: "or" is a keyword in C++.
2001-10-22 Andy Dachs <a.dachs@sstl.co.uk>
* Makefile.am, README, configure.ac, new_exception_processing/cpu.h,

View File

@@ -67,7 +67,7 @@
*/
typedef struct m8260MEMCRegisters_ {
rtems_unsigned32 br;
rtems_unsigned32 or;
rtems_unsigned32 _or; /* or is a C++ keyword :( */
} m8260MEMCRegisters_t;