Archived
1
0
Fork 0

updated dirname/basepath to follow a modification of IEEE standard.

This commit is contained in:
Henrik Hautakoski 2010-05-16 22:13:16 +02:00 committed by Henrik Hautakoski
parent 304049064e
commit 654f4bff80
6 changed files with 217 additions and 194 deletions

View file

@ -14,9 +14,6 @@ raw_inotify :
path :
$(CC) -D__DEBUG__ $(CFLAGS) ../src/common/path.c t_path.c -o test_path
path2 :
$(CC) -D__DEBUG__ $(CFLAGS) ../src/common/path.c t_path2.c -o test_path2
rbtree :
$(CC) $(DEFS) $(CFLAGS) unit.c ../src/common/rbtree.c t_rbtree.c -o test_rbtree