align builtin dictionary

optimize
Clyne 11 months ago
parent f7a9103bbe
commit 0b2ef84376
Signed by: clyne
GPG Key ID: 3267C8EBF3F9AFC7

@ -24,6 +24,7 @@
#include <iostream>
#include <vector>
alignas(sizeof(Cell))
#include "core.fth.h"
static bool okay = false;

@ -22,6 +22,7 @@
#include <msp430.h>
alignas(sizeof(Cell))
#include "core.fth.h"
static char strbuf[32];

Loading…
Cancel
Save