Skip to content
Snippets Groups Projects
Commit bec1b9a9 authored by rswindell's avatar rswindell
Browse files

Removed the debug output.

parent ad19c178
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ int main(void)
break;
line++;
if(strstr(str,"SETHELP(WHERE);")) {
printf("%s:%u\n",files[i],line);
/* printf("%s:%u\n",files[i],line); */
l=ftell(out);
write(ixb,files[i],12);
write(ixb,&line,2);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment