Addendum for #193: Do less tokenisation processing when inside a disabled code block

This commit is contained in:
ggn 2022-04-17 09:48:35 +03:00 committed by Shamus Hammons
parent 09135712da
commit 7a571a6d9e
1 changed files with 1 additions and 1 deletions

View File

@ -1215,7 +1215,7 @@ DEBUG { printf("TokenizeLine: Calling fpop() from SRC_IFILE...\n"); }
{
// Only proceed if no equrundef has been detected. In that case we need to store the symbol
// because the directive handler (d_equrundef) will run outside this loop, further into procln.c
if (!equrundef)
if (!equrundef && !disabled)
{
// Last attempt: let's see if this is an equated register.
// If yes, then just store the register's keyword value instead of the symbol