[FriBidi-commit] fribidi2/bin fribidi-benchmark.c,1.5,1.6
Behdad Esfahbod
behdad at freedesktop.org
Sun Sep 4 09:57:11 PDT 2005
- Previous message: [FriBidi-commit] fribidi2 configure.ac,1.20,1.21
- Next message: [FriBidi-commit] fribidi INSTALL, 1.6, NONE Makefile.am, 1.37,
1.38 bootstrap, 1.12, 1.13 config.guess, 1.2, NONE config.sub,
1.2, NONE fribidi_types.c, 1.9, 1.10 fribidi_types.h, 1.21,
1.22 install-sh, 1.3, NONE ltmain.sh, 1.4, NONE missing,
1.1.1.1, NONE mkinstalldirs, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/fribidi/fribidi2/bin
In directory gabe:/tmp/cvs-serv23264/bin
Modified Files:
fribidi-benchmark.c
Log Message:
Better handling of sys/times.h. Also, don't pass -pedantic to gcc.
Index: fribidi-benchmark.c
===================================================================
RCS file: /cvs/fribidi/fribidi2/bin/fribidi-benchmark.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fribidi-benchmark.c 30 Jul 2005 09:06:27 -0000 1.5
+++ fribidi-benchmark.c 4 Sep 2005 16:57:09 -0000 1.6
@@ -124,8 +124,12 @@
)
{
struct tms tb;
+#if HAVE_SYS_TIMES_H
times (&tb);
return 0.01 * tb.tms_utime;
+#else
+#warning Please fill in here to use other functions for determining time.
+#endif
}
static void
- Previous message: [FriBidi-commit] fribidi2 configure.ac,1.20,1.21
- Next message: [FriBidi-commit] fribidi INSTALL, 1.6, NONE Makefile.am, 1.37,
1.38 bootstrap, 1.12, 1.13 config.guess, 1.2, NONE config.sub,
1.2, NONE fribidi_types.c, 1.9, 1.10 fribidi_types.h, 1.21,
1.22 install-sh, 1.3, NONE ltmain.sh, 1.4, NONE missing,
1.1.1.1, NONE mkinstalldirs, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the fribidi-commit
mailing list