Skip to content
Snippets Groups Projects
Commit d4683430 authored by sof's avatar sof
Browse files

[project @ 1999-01-15 10:23:59 by sof]

Removed debugging code that accidentally was left behind.
parent dc0dba41
No related merge requests found
......@@ -57,9 +57,6 @@ type2context(t)
return(lsing(t));
case namedtvar:
fprintf(stderr, "namedtvar: %d %s\n", hashIds, gnamedtvar(t));
if (strcmp("()", gnamedtvar(t)) == 0)
return (Lnil);
hsperror ("type2context: unexpected namedtvar found in a context");
case tllist:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment