X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fexpressp.c;h=c5577db6e5145dc52cb2d638087df6ade5be2a5e;hb=c881aa3386c00d7021ffabf2f66275d6c110c1c1;hp=79f7c7a30227b01e69d7cff5c03fab16870eefde;hpb=81ffe9a7de1db0b3a318a053b38882d1b7ab304c;p=inform.git diff --git a/src/expressp.c b/src/expressp.c index 79f7c7a..c5577db 100644 --- a/src/expressp.c +++ b/src/expressp.c @@ -1,9 +1,8 @@ /* ------------------------------------------------------------------------- */ /* "expressp" : The expression parser */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2018 */ -/* */ -/* This file is part of Inform. */ +/* Part of Inform 6.35 */ +/* copyright (c) Graham Nelson 1993 - 2021 */ /* */ /* Inform is free software: you can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ @@ -164,6 +163,9 @@ but not used as a value:", unicode); case ARRAY_T: current_token.marker = ARRAY_MV; break; + case STATIC_ARRAY_T: + current_token.marker = STATIC_ARRAY_MV; + break; case INDIVIDUAL_PROPERTY_T: if (module_switch) current_token.marker = IDENT_MV; break;