comparison src/helper.c @ 259:d383a8c66b5d

Remove unmaintainable relative paths
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 07 Nov 2014 16:11:42 +0000
parents 8c768f32a6a8
children
comparison
equal deleted inserted replaced
258:9fecd1eaaec1 259:d383a8c66b5d
23 23
24 /* helper.c: helper functions. */ 24 /* helper.c: helper functions. */
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27 27
28 #include "../xtract/libxtract.h" 28 #include "xtract/libxtract.h"
29 29
30 #ifdef WORDS_BIGENDIAN 30 #ifdef WORDS_BIGENDIAN
31 #define INDEX 0 31 #define INDEX 0
32 #else 32 #else
33 #define INDEX 1 33 #define INDEX 1