| version 1.34, Sun Jan 7 17:22:09 1996 UTC | version 1.35, Fri Feb 9 17:34:08 1996 UTC | ||
|---|---|---|---|
|
|
||
| struct { | struct { | ||
| #ifdef WORDS_BIGENDIAN | #ifdef WORDS_BIGENDIAN | ||
| Cell high; | Cell high; | ||
| Cell low; | UCell low; | ||
| #else | #else | ||
| Cell low; | UCell low; | ||
| Cell high; | Cell high; | ||
| #endif; | #endif; | ||
| } cells; | } cells; |
|
||||||||
|
CVS Admin Powered by ViewCVS 1.0-dev |
ViewCVS and CVS Help |