From 71b16f4e18b2794b76cc80cb7d0303243656b050 Mon Sep 17 00:00:00 2001 From: grischka Date: Sun, 9 Oct 2016 20:33:14 +0200 Subject: tccpp : "tcc -E -P" : suppress empty lines Also: - regenerate all tests/pp/*.expect with gcc - test "insert one space" feature - test "0x1E-1" in asm mode case - PARSE_FLAG_SPACES: ignore \f\v\r better - tcc.h: move some things --- tests/pp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/pp/Makefile') diff --git a/tests/pp/Makefile b/tests/pp/Makefile index 3968481..5fe3f9a 100644 --- a/tests/pp/Makefile +++ b/tests/pp/Makefile @@ -40,8 +40,8 @@ DIFF_OPTS = -Nu -b -B -I "^\#" clean: rm -vf *.output -# 02.test : DIFF_OPTS += -w -# 15.test : DIFF_OPTS += -w +02.test : DIFF_OPTS += -w +15.test : DIFF_OPTS += -I"^XXX:" # diff options: # -b ighore space changes -- cgit v1.3.1