Changeset 16040 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Jan 8, 2008, 12:50:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/ohana.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r14590 r16040 128 128 # define OHANA_WHITESPACE(c)(((c) == 0x09) || ((c) == 0x0a) || ((c) == 0x0b) || ((c) == 0x0b) || ((c) == 0x0c) || ((c) == 0x0d) || ((c) == 0x20)) 129 129 130 // sorting is now defined as a macro call 131 # include <ohana_sort.h> 132 130 133 /* socket / pipe communication buffer */ 131 134 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
