diff --git a/docs/BasicInformKit/S-blc.html b/docs/BasicInformKit/S-blc.html index 9f1e0a64e..5643afed9 100644 --- a/docs/BasicInformKit/S-blc.html +++ b/docs/BasicInformKit/S-blc.html @@ -338,7 +338,7 @@ We abstract that with two routines to read and write entries. long_block = long_block + header_size_in_bytes + seek_byte_position; switch(entry_size_in_bytes) { 1: return long_block->0; - 2: #Iftrue (WORDSIZE == 2); return long_block-->0; + 2: #Iftrue (WORDSIZE == 2); return long_block-->0; #ifnot; return (long_block->0)*256 + (long_block->1); #endif; 4: return long_block-->0; @@ -374,7 +374,7 @@ We abstract that with two routines to read and write entries. long_block = long_block + header_size_in_bytes + seek_byte_position; switch(entry_size_in_bytes) { 1: long_block->0 = val; - 2: #Iftrue (WORDSIZE == 2); long_block-->0 = val; + 2: #Iftrue (WORDSIZE == 2); long_block-->0 = val; #ifnot; long_block->0 = (val/256)%256; long_block->1 = val%256; #endif; 4: long_block-->0 = val; diff --git a/docs/BasicInformKit/S-cmb.html b/docs/BasicInformKit/S-cmb.html index 57dde0d26..8272c0588 100644 --- a/docs/BasicInformKit/S-cmb.html +++ b/docs/BasicInformKit/S-cmb.html @@ -84,7 +84,7 @@ routines. MAKEMUTABLE_KOVS: return 1; COPYKIND_KOVS: return COMBINATION_TY_CopyKind(arg1, arg2); COPYQUICK_KOVS: rtrue; - COPYSB_KOVS: BlkValueCopySB1(arg1, arg2); + COPYSB_KOVS: BlkValueCopySB1(arg1, arg2); KINDDATA_KOVS: return COMBINATION_TY_KindData(arg1); EXTENT_KOVS: return -1; COPY_KOVS: COMBINATION_TY_Copy(arg1, arg2, arg3); diff --git a/docs/BasicInformKit/S-dfn.html b/docs/BasicInformKit/S-dfn.html index c0c8cb4ba..0181daa7c 100644 --- a/docs/BasicInformKit/S-dfn.html +++ b/docs/BasicInformKit/S-dfn.html @@ -328,7 +328,7 @@ to I7. Constant RTP_WRONGASSIGNEDKIND = 60; Constant RTP_CANTBEOFFSTAGE = 61; Constant RTP_RELKINDVIOLATION = 62; -Constant RTP_CANTMAKEPART = 63; +Constant RTP_CANTMAKEPART = 63; Constant RTP_TEXTTOKENTOOHARD = 64; Constant RTP_TABLE_NOTABLE2 = 65; Constant RTP_RELATIONCHANGEIMPOSSIBLE = 66; @@ -430,7 +430,7 @@ creation sequence in the Standard Rules.) Constant AFTER_RB = 32; Constant REPORT_RB = 33; -Constant DOES_THE_PLAYER_MEAN_RB = 34; +Constant DOES_THE_PLAYER_MEAN_RB = 34; Constant MULTIPLE_ACTION_PROCESSING_RB = 35;

§12. Kind IDs. These are filled in automatically by Inform, and have the same names as are used diff --git a/docs/BasicInformKit/S-fl.html b/docs/BasicInformKit/S-fl.html index 454d8c242..fb5acfaf4 100644 --- a/docs/BasicInformKit/S-fl.html +++ b/docs/BasicInformKit/S-fl.html @@ -49,7 +49,7 @@ element is part of Inform's current definition, so:

-#IFDEF PLUGIN_FILES;
+#IFDEF FILES_PLUGIN;
 

§2. Structure. The I7 kind of value "auxiliary-file" is an --> array, holding a memory structure containing information about external files. The following @@ -453,9 +453,9 @@ run-time problem when there is no alternative.

§17. Back To Core.

-#IFNOT; PLUGIN_FILES
+#IFNOT; FILES_PCALL
 [ FileIO_GetC extf; return -1; ];
-#ENDIF; PLUGIN_FILES
+#ENDIF; FILES_PCALL