X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2Fbpatch.c;h=daca6fbe4552f28b0786ca91b044369d47fbe85c;hb=d8d68d0bd4c45af6f0dc69b4fc33d37d961aca85;hp=43078d2d16796d7d89d70e099f5102e263555809;hpb=e536ce9e39cc1bfa82ecd1d6d73f874af655f9db;p=inform.git diff --git a/src/bpatch.c b/src/bpatch.c index 43078d2..daca6fb 100644 --- a/src/bpatch.c +++ b/src/bpatch.c @@ -2,9 +2,8 @@ /* "bpatch" : Keeps track of, and finally acts on, backpatch markers, */ /* correcting symbol values not known at compilation time */ /* */ -/* Copyright (c) Graham Nelson 1993 - 2020 */ -/* */ -/* 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 */ @@ -321,6 +320,7 @@ static int32 backpatch_value_g(int32 value) break; case CONSTANT_T: case INDIVIDUAL_PROPERTY_T: + case PROPERTY_T: /* value is unchanged */ break; default: