Import v6.12.6 of the Inform 6 standard library
[informlib.git] / linklpa.h
index 34055eb174b08d04c01666724b76451c669bdb2e..96177d361c5f7ec15e70d91e8b178136b9939e34 100644 (file)
--- 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.6 -- Serial number 220219
 !
-!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2020
+!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2022
 !
 !   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,12 @@ Attribute female;
 Attribute neuter;
 Attribute pluralname;
 
+#Ifdef INFIX;
+#Ifndef infix__watching;
+Attribute infix__watching;
+#Endif;
+#Endif;
+
 ! ------------------------------------------------------------------------------
 
 Property additive before NULL;