X-Git-Url: https://jxself.org/git/?p=informlib.git;a=blobdiff_plain;f=infix.h;h=af6c18e02fb259e4b1703ed7bfb3712f5c408e1d;hp=2ef56857cbb1b83cb3fa623e6c00d6267e83e044;hb=d94736d23b49e9b6653564cef67f96d028405c11;hpb=b56d0b7e8cda9be5a08886c71ec68460569140bf diff --git a/infix.h b/infix.h index 2ef5685..af6c18e 100644 --- a/infix.h +++ b/infix.h @@ -1,9 +1,9 @@ ! ============================================================================== ! INFIX: Support for the optional library debugger extension "Infix". ! -! Supplied for use with Inform 6 -- Release 6.12.1 -- Serial number 160605 +! Supplied for use with Inform 6 -- Release 6.12.2 -- Serial number 180520 ! -! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2016 +! Copyright Graham Nelson 1993-2004 and David Griffith 2012-2018 ! ! This file is free software: you can redistribute it and/or modify ! it under the terms of the GNU Affero General Public License as @@ -977,7 +977,7 @@ Array InfixRV_commas --> 32; for (b=0 : b < #dictionary_table-->0 : b++) { w = #dictionary_table + WORDSIZE + b*(DICT_WORD_SIZE + 7); if ((w->#dict_par1) & 1) { - a = (#grammar_table)-->($100-(w->#dict_par2)); + a = (#grammar_table)-->(DictionaryWordToVerbNum(w) + 1); lines = a->0; a++; for (: lines>0 : lines--) { a = UnpackGrammarLine(a);