Changeset 1094
- Timestamp:
- 03/20/11 08:30:31 (2 years ago)
- File:
-
- 1 edited
-
trunk/platform/generic/wrappers.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/generic/wrappers.c
r1092 r1094 33 33 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */ 34 34 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */ 35 // since the following have nothing set, we can save memory by leaving them out 36 #if 0 35 37 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 128-143 */ 36 38 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 144-159 */ … … 40 42 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 208-223 */ 41 43 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 224-239 */ 42 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; /* 240-255 */ 44 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 /* 240-255 */ 45 #endif 46 }; 43 47 // have to handle EOF (-1) 44 48 if( (unsigned)c >= sizeof(ctypes)) {
Note: See TracChangeset
for help on using the changeset viewer.