From 89000c18dc7d5ccb2687948f94fe49d392990dab Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Tue, 1 Jul 2014 23:54:49 +0800 Subject: Rename: 68_macro_concat.c -> 68_macro_param_list_err_1.c 69_macro_concat.c -> 69_macro_param_list_err_2.c and Remove spaces --- tests/tests2/68_macro_concat.c | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/tests2/68_macro_concat.c (limited to 'tests/tests2/68_macro_concat.c') diff --git a/tests/tests2/68_macro_concat.c b/tests/tests2/68_macro_concat.c deleted file mode 100644 index 5c1361f..0000000 --- a/tests/tests2/68_macro_concat.c +++ /dev/null @@ -1,9 +0,0 @@ -#include -#define hexCh(c (c >= 10 ? 'a' + c - 10 : '0' + c) - -int main(void) -{ - int c = 0xa; - printf("hex: %c\n", hexCh(c)); - return 0; -} -- cgit v1.3.1