CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/03/29 04:42:34
Modified files:
usr.bin/mg : tags.c
Log message:
drop needless global tagsfn path
mg kept the path to the last loaded tag file in tagsfn which was used
for both the lazy loading (now removed) and as a flag to know if any
tags are currently loaded. It's redundant and complicates the code:
just check if the tree is empty instead.
ok tb@
