mirror of
https://github.com/frida/tinycc
synced 2024-11-28 10:33:07 +03:00
Backslash was missing after reindentation to let code be < 80 col.
This commit is contained in:
parent
f3c1ea6c2d
commit
f7bfa0970e
2
libtcc.c
2
libtcc.c
@ -885,7 +885,7 @@ LIBTCCAPI TCCState *tcc_new(void)
|
||||
/* wint_t is unsigned int by default, but (signed) int on BSDs
|
||||
and unsigned short on windows. Other OSes might have still
|
||||
other conventions, sigh. */
|
||||
# if defined(__FreeBSD__) || defined (__FreeBSD_kernel__)
|
||||
# if defined(__FreeBSD__) || defined (__FreeBSD_kernel__) \
|
||||
|| defined(__NetBSD__) || defined(__OpenBSD__)
|
||||
tcc_define_symbol(s, "__WINT_TYPE__", "int");
|
||||
# else
|
||||
|
Loading…
Reference in New Issue
Block a user