From 6aff95d3b892eff4a5d880fced85dcc12b6b7b15 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 9 Apr 2009 18:46:21 -0400 Subject: [PATCH] Updated a comment. --- unit_tests/preprocessor/output/macro-void-arg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_tests/preprocessor/output/macro-void-arg b/unit_tests/preprocessor/output/macro-void-arg index a2fc0830..51fd9dfd 100644 --- a/unit_tests/preprocessor/output/macro-void-arg +++ b/unit_tests/preprocessor/output/macro-void-arg @@ -1,3 +1,4 @@ -/* This should not trigger a preprocessor error. */ +// This should not trigger a preprocessor error. +// Nor should it produce "RIGHT()". #define x() RIGHT x()