aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/awk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c
index 59dae4770..d56d6330d 100644
--- a/editors/awk.c
+++ b/editors/awk.c
@@ -405,7 +405,7 @@ static const char tokenlist[] ALIGN1 =
405 405
406#define OC_B OC_BUILTIN 406#define OC_B OC_BUILTIN
407 407
408static const uint32_t tokeninfo[] = { 408static const uint32_t tokeninfo[] ALIGN4 = {
409 0, 409 0,
410 0, 410 0,
411 OC_REGEXP, 411 OC_REGEXP,