@@ -185,7 +185,7 @@ <h4><a class="mozTocH4" name="mozTocId94063"></a>Declaration:
185185body of the word is not recommended, but is permitted. A Local
186186Values
187187Declaration that occurs inside a Flow-Control Structure will be
188- reported as an < a href ="TokenizerNewFeatures.htm #An_ERROR "> Error</ a > .< br >
188+ reported as an < a href ="toke.html #An_ERROR "> Error</ a > .< br >
189189</ p >
190190< p > A Local Values Declaration may include comments and may continue
191191across
@@ -225,18 +225,18 @@ <h4><a class="mozTocH4" name="mozTocId444210"></a><a
225225Vertical-Bar.</ p >
226226< p > The User may suppress this
227227message by means of a < a
228- href ="TokenizerNewFeatures.htm #Command-Line_options_ "> Command-line
228+ href ="toke.html #Command-Line_options_ "> Command-line
229229switch</ a > , known as the
230- < a href ="TokenizerNewFeatures.htm #Special_Feature_Flags "> Special-Feature
231- Flag</ a > named < a href ="TokenizerNewFeatures.htm #SF_Flag_LV_Leg_Mssg "> < span
230+ < a href ="toke.html #Special_Feature_Flags "> Special-Feature
231+ Flag</ a > named < a href ="toke.html #SF_Flag_LV_Leg_Mssg "> < span
232232 style ="font-family: courier new,courier,monospace; font-weight: bold; "> NoLV-Legacy-Message</ span > </ a >
233- , which is described in the < a href ="TokenizerNewFeatures.htm "> Tokenizer
233+ , which is described in the < a href ="toke.html "> Tokenizer
234234User's Guide</ a > .</ p >
235235< p > < a name ="Disallow_Legacy "> </ a > Conversely, the User who wishes to
236236disallow the use of Semicolon as
237237an alternative separator may do so by means of the
238238Special-Feature Flag named < a
239- href ="TokenizerNewFeatures.htm #SF_Flag_LV_Leg_Sep "> < span
239+ href ="toke.html #SF_Flag_LV_Leg_Sep "> < span
240240 style ="font-family: courier new,courier,monospace; font-weight: bold; "> NoLV-Legacy-Separator</ span > </ a >
241241. When the Legacy Local Values
242242Separator is thus disallowed, occurrences will be treated as an
@@ -757,9 +757,9 @@ <h4><a class="mozTocH4" name="mozTocId750894"></a><a
757757 style ="font-family: courier new,courier,monospace; font-weight: bold; "> instance</ span >
758758data.< br >
759759< br >
760- The < a href ="TokenizerNewFeatures.htm #INSTANCE_at_run_time "> consequence</ a >
760+ The < a href ="toke.html #INSTANCE_at_run_time "> consequence</ a >
761761of this is that, in device-drivers that are configured
762- with < a href ="TokenizerNewFeatures.htm #Multiple_device_nodes "> multiple
762+ with < a href ="toke.html #Multiple_device_nodes "> multiple
763763device-nodes</ a > , the Local Values Support Functions file
764764must be re-< span style ="font-family: courier new; "> fload</ span > ed for
765765each device-node that uses Local Values. That is to say, every
@@ -770,18 +770,18 @@ <h4><a class="mozTocH4" name="mozTocId750894"></a><a
770770Functions file must be < span style ="font-family: courier new; "> fload</ span > ed
771771again.< br >
772772< p > The Tokenizer is sophisticated enough to keep a < a
773- href ="TokenizerNewFeatures.htm #device-node_vocabularies "> separate
773+ href ="toke.html #device-node_vocabularies "> separate
774774vocabulary
775775for each device-node</ a > , and will flag an < a href ="#Error_handling "> Error</ a >
776776if Local Values are used in a device-node for which the Local Values
777777Support Functions file has not been < span
778778 style ="font-family: courier new; "> fload</ span > ed. </ p >
779779< p > However, should the user so choose, a < a
780- href ="TokenizerNewFeatures.htm #Example_4 "> means</ a > is available
780+ href ="toke.html #Example_4 "> means</ a > is available
781781whereby a single < span style ="font-family: courier new; "> fload</ span > ing
782782of the Local Values
783783Support Functions can become < a
784- href ="TokenizerNewFeatures.htm #Global_Definitions "> accessible to all
784+ href ="toke.html #Global_Definitions "> accessible to all
785785Device Nodes</ a > in a driver, trading off economy of System-memory
786786for convenience of programming. </ p >
787787< h4 > < a class ="mozTocH4 " name ="mozTocId684194 "> </ a > < a
@@ -833,7 +833,7 @@ <h5><a class="mozTocH5" name="mozTocId781114"></a>CATCH / THROW</h5>
833833the scope of that FCode program, and the question of synchronizing
834834Local Values will be rendered irrelevant.
835835</ p >
836- < p > An < a href ="TokenizerNewFeatures.htm #The_OVERLOAD_Directive "> overloaded</ a >
836+ < p > An < a href ="toke.html #The_OVERLOAD_Directive "> overloaded</ a >
837837< b > < i > catch</ i > </ b > in the Local Values Support
838838Functions file does the job.< br >
839839</ p >
0 commit comments