Changeset 16040 for trunk/Ohana/src/libohana
- Timestamp:
- Jan 8, 2008, 12:50:52 PM (19 years ago)
- Location:
- trunk/Ohana/src/libohana
- Files:
-
- 2 added
- 2 edited
-
Makefile (modified) (1 diff)
-
include/ohana.h (modified) (1 diff)
-
include/ohana_sort.h (added)
-
src/sorts.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/Makefile
r12842 r16040 27 27 28 28 INCS = \ 29 $(DESTINC)/Xohana.h \30 29 $(DESTINC)/ohana_allocate.h \ 30 $(DESTINC)/ohana_sort.h \ 31 31 $(DESTINC)/ohana.h 32 32 33 33 OBJS = \ 34 34 $(SRC)/ohana_allocate.$(ARCH).o \ 35 $(SRC)/sorts.$(ARCH).o \ 35 36 $(SRC)/string.$(ARCH).o \ 36 37 $(SRC)/findexec.$(ARCH).o \ -
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.
