mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
Merge pull request #798 from stinos/msvc-alignof
msvc: Use built-in alignof
This commit is contained in:
@@ -119,6 +119,7 @@ void msec_sleep(double msec);
|
||||
|
||||
#define restrict
|
||||
#define inline __inline
|
||||
#define alignof(t) __alignof(t)
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
#define STDERR_FILENO 2
|
||||
|
||||
Reference in New Issue
Block a user