mirror of
https://github.com/janet-lang/janet
synced 2025-01-10 23:50:26 +00:00
Remove JANET_WALIGN
It was not used anywhere in the source after some refactoring to make better use of structs and unions for automatic alignment.
This commit is contained in:
parent
411fc77ecf
commit
91c3685705
@ -184,15 +184,6 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Alignment for pointers */
|
||||
#ifndef JANET_WALIGN
|
||||
#ifdef JANET_32
|
||||
#define JANET_WALIGN 4
|
||||
#else
|
||||
#define JANET_WALIGN 8
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/***** END SECTION CONFIG *****/
|
||||
|
||||
/***** START SECTION TYPES *****/
|
||||
|
@ -42,6 +42,5 @@
|
||||
/* #define JANET_MAX_MACRO_EXPAND 200 */
|
||||
/* #define JANET_STACK_MAX 16384 */
|
||||
/* #define JANET_NO_NANBOX */
|
||||
/* #define JANET_WALIGN 8 */
|
||||
|
||||
#endif /* end of include guard: JANETCONF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user