msvc: Use built-in alignof

This also fixes a 'unnamed type definition in parentheses' warning on the
alignof implementation define in binary.c
pull/798/head
stijn 2014-08-13 10:19:56 +02:00
rodzic 9d02780eaf
commit 8cce8b7c4c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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