annotate tests/t21.c @ 66:f8507e5ed84c

Recognize directive lines only when the # is exactly in column 0. This is the traditional behavior and Joerg's convinced me it's important to retain it.
author David A. Holland
date Sun, 31 Mar 2013 10:47:08 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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