Skip to content
Snippets Groups Projects
Commit 05e8f3c4 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Commented out a stray debug message.

Rev: bin/make_interpret_functions.pike:1.5
parent 55ebca33
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ array fix_cases(array x)
while(1)
{
int casepos=search(x,PC.Token("CASE"), start);
werror("%O\n",PC.simple_reconstitute(x[casepos..casepos+1]));
//werror("%O\n",PC.simple_reconstitute(x[casepos..casepos+1]));
if(casepos == -1) break;
int donepos=search(x,PC.Token("DONE"),casepos+1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment