Fix icp/isp tables to account for otherch.

Commit 9cc72c8845 introduced otherch tokens but did not properly update these tables to account for them. This would cause * not to be accepted as the first character in an expression, and might also cause other problems.
This commit is contained in:
Stephen Heumann 2022-11-25 23:25:58 -06:00
parent 5500833180
commit 92a3af1d5f

View File

@ -465,6 +465,7 @@ icp start in-coming priority for expression
dc i1'3' bareqop dc i1'3' bareqop
dc i1'200' poundpoundop dc i1'200' poundpoundop
dc i1'200' dotdotdotsy dc i1'200' dotdotdotsy
dc i1'200' otherch
dc i1'200' eolsy dc i1'200' eolsy
dc i1'200' eofsy dc i1'200' eofsy
dc i1'200' typedef dc i1'200' typedef
@ -641,6 +642,7 @@ isp start in stack priority for expression
dc i1'2' bareqop dc i1'2' bareqop
dc i1'0' poundpoundop dc i1'0' poundpoundop
dc i1'0' dotdotdotsy dc i1'0' dotdotdotsy
dc i1'0' otherch
dc i1'0' eolsy dc i1'0' eolsy
dc i1'0' eofsy dc i1'0' eofsy
dc i1'0' typedef dc i1'0' typedef