1 diff -aur jalv24o.old/src/libutils/types.h jalv24o.new/src/libutils/types.h
2 --- jalv24o.old/src/libutils/types.h 2010-11-10 15:40:23.000000000 -0300
3 +++ jalv24o.new/src/libutils/types.h 2011-12-28 19:36:26.359636589 -0300
9 -typedef unsigned char uchar;
10 -typedef unsigned long ulong;
15 #define uchar unsigned char
16 -#define ushort unsigned short
17 -#define ulong unsigned long
20 typedef unsigned short boolean_t;
21 /* nb : *never* compare against BOOLEAN_TRUE! */
22 diff -aur jalv24o.old/src/Makefile.inc jalv24o.new/src/Makefile.inc
23 --- jalv24o.old/src/Makefile.inc 2011-02-11 20:38:59.000000000 -0300
24 +++ jalv24o.new/src/Makefile.inc 2011-12-28 19:36:45.376304190 -0300
26 #COVERAGE=-fprofile-arcs -ftest-coverage
29 -CFLAGS=-O0 -Werror -ansi -pedantic -W -Wall -Wshadow -Wcast-qual -Wcast-align $(DEBUG) $(PROFILE) $(COVERAGE)
30 -LFLAGS=$(DEBUG) $(PROFILE) $(COVERAGE) -lm