comparison th_string.c @ 2:ecfa4e3597e3

Cleanups in th-libs.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 20 Mar 2008 01:06:03 +0000
parents 728243125263
children 707e35b03f89
comparison
equal deleted inserted replaced
1:351e96e01f4c 2:ecfa4e3597e3
4 * (C) Copyright 2002-2008 Tecnic Software productions (TNSP) 4 * (C) Copyright 2002-2008 Tecnic Software productions (TNSP)
5 * 5 *
6 * Please read file 'COPYING' for information on license and distribution. 6 * Please read file 'COPYING' for information on license and distribution.
7 */ 7 */
8 #ifdef HAVE_CONFIG_H 8 #ifdef HAVE_CONFIG_H
9 #include <config.h> 9 #include "config.h"
10 #endif 10 #endif
11 #include "th_string.h" 11 #include "th_string.h"
12 12
13 #define LPREV (pNode->pPrev) 13 #define LPREV (pNode->pPrev)
14 #define LNEXT (pNode->pNext) 14 #define LNEXT (pNode->pNext)