comparison src/xs_length.c @ 946:f8e1de328ac1

Fix various compilation related issues, make includes more POSIX compliant, utilize autoconf detected stuff via conditionals as needed.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 19 Nov 2012 20:32:18 +0200
parents 86f914bb48a7
children ad97fd1524be
comparison
equal deleted inserted replaced
945:600964060bcc 946:f8e1de328ac1
20 with this program; if not, write to the Free Software Foundation, Inc., 20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */ 22 */
23 #include "xs_length.h" 23 #include "xs_length.h"
24 #include "xs_support.h" 24 #include "xs_support.h"
25 #include <stdio.h>
26 #include <stdlib.h>
27 #include <ctype.h>
28 25
29 26
30 /* Free memory allocated for given SLDB node 27 /* Free memory allocated for given SLDB node
31 */ 28 */
32 static void xs_sldb_node_free(XSSLDBNode *node) 29 static void xs_sldb_node_free(XSSLDBNode *node)