Changeset eb02f47 in rtems for cpukit/itron/include/rtems/itron/object.h
- Timestamp:
- 11/10/99 13:48:27 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 442d0478
- Parents:
- dcc1f6b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/itron/include/rtems/itron/object.h
rdcc1f6b6 reb02f47 81 81 (((_id) < -4) ? E_OACV : /* attempt to access a "system object" */ \ 82 82 ((_id) <= 0) ? E_ID : /* bogus index of 0 - -3 */ \ 83 ((_id) <= (_the_information)->maximum) ? E_ OBJ : /* object is in use*/ \83 ((_id) <= (_the_information)->maximum) ? E_NOEXS : /* does not exist */ \ 84 84 E_ID) /* simply a bad id */ 85 85
Note: See TracChangeset
for help on using the changeset viewer.