Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison array.h @ 6:0601b6e8e53d
checkpoint - can find files
author | David A. Holland |
---|---|
date | Sun, 19 Dec 2010 18:55:51 -0500 |
parents | 9c1cecba517c |
children | 1fbcbd58742e |
comparison
equal
deleted
inserted
replaced
5:7c489c73d62b | 6:0601b6e8e53d |
---|---|
28 */ | 28 */ |
29 | 29 |
30 #ifndef ARRAY_H | 30 #ifndef ARRAY_H |
31 #define ARRAY_H | 31 #define ARRAY_H |
32 | 32 |
33 #include "inlinedefs.h" // XXX | |
33 #include "utils.h" | 34 #include "utils.h" |
34 | 35 |
35 #define ARRAYS_CHECKED | 36 #define ARRAYS_CHECKED |
36 | 37 |
37 #ifdef ARRAYS_CHECKED | 38 #ifdef ARRAYS_CHECKED |