mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-03 04:30:08 +08:00
added ansi proto
This commit is contained in:
parent
cc10b240cb
commit
bbd541d760
2
tcc.c
2
tcc.c
@ -1068,7 +1068,7 @@ void skip_spaces(void)
|
|||||||
|
|
||||||
/* skip block of text until #else, #elif or #endif. skip also pairs of
|
/* skip block of text until #else, #elif or #endif. skip also pairs of
|
||||||
#if/#endif */
|
#if/#endif */
|
||||||
void preprocess_skip()
|
void preprocess_skip(void)
|
||||||
{
|
{
|
||||||
int a;
|
int a;
|
||||||
a = 0;
|
a = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user