Mercurial > ~dholland > hg > tradcpp > index.cgi
comparison directive.c @ 173:6ff17ab68b16
directive.c needs limits.h
author | David A. Holland |
---|---|
date | Fri, 12 Jun 2015 02:15:43 -0400 |
parents | cc6d6f27d6ee |
children | ffdb0b73856f |
comparison
equal
deleted
inserted
replaced
172:3e7e696fe558 | 173:6ff17ab68b16 |
---|---|
29 | 29 |
30 #include <assert.h> | 30 #include <assert.h> |
31 #include <stdbool.h> | 31 #include <stdbool.h> |
32 #include <stdlib.h> | 32 #include <stdlib.h> |
33 #include <string.h> | 33 #include <string.h> |
34 #include <limits.h> | |
34 #include <errno.h> | 35 #include <errno.h> |
35 | 36 |
36 #include "utils.h" | 37 #include "utils.h" |
37 #include "mode.h" | 38 #include "mode.h" |
38 #include "place.h" | 39 #include "place.h" |