start tokenization
This commit is contained in:
parent
34dfc3238d
commit
97dca844c8
6 changed files with 813 additions and 66 deletions
21
05/main.c
21
05/main.c
|
@ -1,21 +1,2 @@
|
|||
#define F(x) x x
|
||||
|
||||
F(2
|
||||
3)
|
||||
|
||||
#define STRINGIFY(x) #x
|
||||
#define LINE_NUMBER 1982
|
||||
#define INC_FILE STRINGIFY(macro_test.c)
|
||||
|
||||
#include INC_FILE /* include macro test */
|
||||
|
||||
a
|
||||
#ifndef INC_FILEd
|
||||
|
||||
xglue(LINE_,NUMBER)
|
||||
#else
|
||||
Hello
|
||||
#endif
|
||||
b
|
||||
|
||||
#pragma
|
||||
sizeof(int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue