aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2020-04-23 20:59:21 -0600
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2020-04-26 09:12:17 -0600
commit3e28501826f5d655ad3797cbf29009082be126e1 (patch)
tree303e7b105376fac9e28273c0a64f4eb55f019d1e /tests/include
parentcc460b2779fc8b2035c19e0ba8f460cf124d474f (diff)
downloadnimterop-3e28501826f5d655ad3797cbf29009082be126e1.tar.gz
nimterop-3e28501826f5d655ad3797cbf29009082be126e1.zip
Fix comments breaking code
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 815791f..42c852f 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -35,8 +35,8 @@ extern "C" {
#define SIZEOF sizeof(char)
-#define NULLCHAR '\0'
-#define OCTCHAR '\012'
+#define NULLCHAR '\0'/* comments should not break things*/
+#define OCTCHAR '\012' // nor should this comment
#define HEXCHAR '\xFE'
#define TRICKYSTR "\x4E\034\nfoo\0\'\"\r\v\a\b\e\f\t\\\?bar"