X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=linklpa.h;h=364bf7d69ba10fbaa6f2e8c6784b207fe917b4c1;hb=e157947b6ab3ff565fe5beabb78324820770c2a9;hp=34055eb174b08d04c01666724b76451c669bdb2e;hpb=5bfb408b991028b28b411c28971831f59ece4684;p=informlib.git diff --git a/linklpa.h b/linklpa.h index 34055eb..364bf7d 100644 --- a/linklpa.h +++ b/linklpa.h @@ -1,9 +1,9 @@ ! ============================================================================== ! LINKLPA: Link declarations of common properties and attributes. ! -! Supplied for use with Inform 6 -- Release 6.12.4pre -- Serial number 200528 +! Supplied for use with Inform 6 -- Release 6.12.5 -- Serial number 210605 ! -! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2020 +! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2021 ! ! This file is free software: you can redistribute it and/or modify ! it under the terms of the GNU Affero General Public License as @@ -19,7 +19,7 @@ ! License along with this program. If not, see ! https://gnu.org/licenses/ ! -! This file is automatically Included in your game file by "Parser". +! This file is automatically Included in your game file by "parser". ! ============================================================================== System_file; @@ -74,6 +74,10 @@ Attribute female; Attribute neuter; Attribute pluralname; +#Ifdef INFIX; +Attribute infix__watching; +#Endif; + ! ------------------------------------------------------------------------------ Property additive before NULL;