From e5f701265114472fd307faff46539a5c619faf2a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 12 Jul 2010 16:33:55 +0000 Subject: cleanups --- src/interp/htcheck.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interp/htcheck.boot') diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot index 70ac5d43..48f8f07f 100644 --- a/src/interp/htcheck.boot +++ b/src/interp/htcheck.boot @@ -98,7 +98,7 @@ buildHtMacroTable() == $htMacroTable getHtMacroItem line == - null stringPrefix?('"\newcommand{",line) => nil + not stringPrefix?('"\newcommand{",line) => nil k := charPosition(char '_},line,11) command := SUBSTRING(line,12,k - 12) numOfArgs := -- cgit v1.2.3