comparison src/xs_stil.h @ 509:81756f412b43

Changes based on patch from Heikki 'shd' Orsila: Fix a crash on 64-bit big-endian platforms due to inproper mixing of guint and size_t types; Use bsearch() instead of my own implementation of binary search in xs_length.c and xs_stil.c; Remove useless(?) use of feof().
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 28 Jan 2007 15:09:04 +0000
parents f1a997715ef5
children fa95d942f226
comparison
equal deleted inserted replaced
508:338332aeb5a4 509:81756f412b43
28 28
29 29
30 typedef struct { 30 typedef struct {
31 t_xs_stil_node *pNodes, 31 t_xs_stil_node *pNodes,
32 **ppIndex; 32 **ppIndex;
33 gint n; 33 size_t n;
34 } t_xs_stildb; 34 } t_xs_stildb;
35 35
36 36
37 /* 37 /*
38 * Functions 38 * Functions