[FriBidi-commit] fribidi/bin fribidi-main.c,1.4,1.5

Behdad Esfahbod behdad at pdx.freedesktop.org
Wed May 12 00:06:23 PDT 2004


Update of /cvs/fribidi/fribidi/bin
In directory pdx:/tmp/cvs-serv7241/bin

Modified Files:
	fribidi-main.c 
Log Message:
Updated the gen.tab to work again.  Other fixes here and there.


Index: fribidi-main.c
===================================================================
RCS file: /cvs/fribidi/fribidi/bin/fribidi-main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/fribidi-main.c	7 May 2004 06:30:37 -0000	1.4
+++ b/fribidi-main.c	12 May 2004 07:06:21 -0000	1.5
@@ -62,9 +62,6 @@
 #if HAVE_STRINGS_H
 # include <strings.h>
 #endif
-#if HAVE_SYS_TIMES_H
-# include <sys/times.h>
-#endif
 
 #include "getopt.h"
 
@@ -73,7 +70,7 @@
 #define MAX_STR_LEN 65000
 
 
-#define ALLOCATE(tp,ln) ((tp *) malloc (sizeof (tp) * (ln)))
+#define ALLOCATE(tp,ln) ((tp *) fribidi_malloc (sizeof (tp) * (ln)))
 
 static void
 die2 (




More information about the FriBidi-Commit mailing list