Mercurial > ~dholland > hg > tradcpp > index.cgi
annotate tests/t21.c @ 134:b17209c1ced5
Added tag release-0.3 for changeset 31fc4251ec3b
author | David A. Holland |
---|---|
date | Sun, 16 Jun 2013 22:41:27 -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 |