mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 07:18:30 +00:00
Make minor improvements
This commit is contained in:
parent
1fc91f3580
commit
b562d6fdb3
41 changed files with 1948 additions and 92 deletions
2
third_party/chibicc/test/macro_test.c
vendored
2
third_party/chibicc/test/macro_test.c
vendored
|
@ -5,6 +5,8 @@ char *main_filename1 = __FILE__;
|
|||
int main_line1 = __LINE__;
|
||||
#define LINE() __LINE__
|
||||
int main_line2 = LINE();
|
||||
#define add2 add2
|
||||
#define add6(a, b, c, d, e, f) add6(a, b, c, d, e, f)
|
||||
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue