Import v6.12.4 of the Inform 6 standard library
[informlib.git] / linklpa.h
index 2525bc9c08ef5adc17066ea68ce668ac34a63570..34055eb174b08d04c01666724b76451c669bdb2e 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.3 -- Serial number 190320
+!   Supplied for use with Inform 6 -- Release 6.12.4pre -- Serial number 200528
 !
-!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2019
+!   Copyright Graham Nelson 1993-2004 and David Griffith 2012-2020
 !
 !   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;
@@ -42,13 +42,6 @@ Constant WORD_HIGHBIT = $80000000;
 ! ------------------------------------------------------------------------------
 
 Attribute animate;
-#Ifdef USE_MODULES;
-    #Iffalse (animate == 0);
-    Message error "Please move your Attribute declarations after the Include ~Parser~ line:
-                   otherwise it will be impossible to USE_MODULES";
-    #Endif;
-#Endif;
-
 Attribute absent;       Attribute non_floating alias absent;
 Attribute clothing;
 Attribute concealed;
@@ -100,13 +93,6 @@ Property d_to;
 Property in_to;
 Property out_to;
 
-#Ifdef USE_MODULES;
-    #Iffalse (7 >= n_to);
-    Message error "Please move your Property declarations after the Include ~Parser~ line:
-                   otherwise it will be impossible to USE_MODULES";
-    #Endif;
-#Endif;
-
 Property door_to;
 Property with_key;
 Property door_dir;