Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate tests/t21.c @ 114:05d67dd74e1f
Reduce the maximum include depth from 128 to 120.
This way with the default limits on netbsd we hit it before we run out
of file handles.
author | David A. Holland |
---|---|
date | Tue, 11 Jun 2013 13:55:38 -0400 |
parents | f8507e5ed84c |
children |
rev | line source |
---|---|
66
f8507e5ed84c
Recognize directive lines only when the # is exactly in column 0.
David A. Holland
parents:
diff
changeset
|
1 # define FOO BAR |
f8507e5ed84c
Recognize directive lines only when the # is exactly in column 0.
David A. Holland
parents:
diff
changeset
|
2 #undef FOO /* would be wrong */ |
f8507e5ed84c
Recognize directive lines only when the # is exactly in column 0.
David A. Holland
parents:
diff
changeset
|
3 FOO |