mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-24 22:04:20 +08:00
*BSD: fix extra #endif
This commit is contained in:
parent
33257c6439
commit
9a2a05ba1e
@ -27,7 +27,6 @@ typedef signed __INT64_TYPE__ int64_t;
|
|||||||
typedef unsigned __INT64_TYPE__ uint64_t;
|
typedef unsigned __INT64_TYPE__ uint64_t;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
#define NULL ((void*)0)
|
#define NULL ((void*)0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user