mirror of
https://github.com/janet-lang/janet
synced 2025-06-06 16:44:12 +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
|
||||||
#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 *****/
|
/***** END SECTION CONFIG *****/
|
||||||
|
|
||||||
/***** START SECTION TYPES *****/
|
/***** START SECTION TYPES *****/
|
||||||
|
@ -42,6 +42,5 @@
|
|||||||
/* #define JANET_MAX_MACRO_EXPAND 200 */
|
/* #define JANET_MAX_MACRO_EXPAND 200 */
|
||||||
/* #define JANET_STACK_MAX 16384 */
|
/* #define JANET_STACK_MAX 16384 */
|
||||||
/* #define JANET_NO_NANBOX */
|
/* #define JANET_NO_NANBOX */
|
||||||
/* #define JANET_WALIGN 8 */
|
|
||||||
|
|
||||||
#endif /* end of include guard: JANETCONF_H */
|
#endif /* end of include guard: JANETCONF_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user