aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pre-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'pre-process.c')
-rw-r--r--pre-process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pre-process.c b/pre-process.c
index 7b245a04..82bfa402 100644
--- a/pre-process.c
+++ b/pre-process.c
@@ -271,7 +271,7 @@ static struct token *collect_arg(struct token *prev, int vararg, struct position
while (!eof_token(next = scan_next(p))) {
if (next->pos.newline && match_op(next, '#')) {
if (!next->pos.noexpand) {
- sparse_error(next->pos,
+ warning(next->pos,
"directive in macro's argument list");
preprocessor_line(stream, p);
__free_token(next); /* Free the '#' token */