mirror of
https://github.com/mirror/tinycc.git
synced 2024-12-28 04:00:06 +08:00
76b88e22a4
After this last change the radare2 project did not compile anymore. Start with BOL flag after include ends in tccpp.c. Update testcase 18.
5 lines
111 B
C
5 lines
111 B
C
printf("included\n");
|
|
/* test file with missing newline */
|
|
#ifndef INCLUDE
|
|
#define INCLUDE
|
|
#endif /* INCLUDE */ |