From 16cbca281fe5d22cd3e6f548cae59d19c31d30ac Mon Sep 17 00:00:00 2001 From: seyko Date: Thu, 14 Apr 2016 21:46:46 +0300 Subject: fix preprocessing *.S with ` ' chars in #comments with a test program. Problem detected when trying to compile linux-2.4.37.9 with tcc. --- tests/pp/13.S | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/pp/13.S (limited to 'tests/pp/13.S') diff --git a/tests/pp/13.S b/tests/pp/13.S new file mode 100644 index 0000000..bf0b525 --- /dev/null +++ b/tests/pp/13.S @@ -0,0 +1,6 @@ +# `modelist' label. Each video mode record looks like: +#ifdef AAA +# modelist' label. Each video mode record looks like: +#endif +.text +endtext: -- cgit v1.3.1