Avoid use of C++ keyword (or) as structure element name.

This commit is contained in:
Joel Sherrill
2000-04-18 12:57:47 +00:00
parent 97ad1a52e4
commit a17495450f

View File

@@ -112,8 +112,8 @@
* Memory controller registers
*/
typedef struct m860MEMCRegisters_ {
rtems_unsigned32 br;
rtems_unsigned32 or;
rtems_unsigned32 _br;
rtems_unsigned32 _or;
} m860MEMCRegisters_t;
/*