(svn r17283) -Cleanup [Squirrel]: remove a few unneeded changes to squirrel code

This commit is contained in:
yexo
2009-08-25 12:47:50 +00:00
parent fe4f55d0a4
commit 650f36c08c
3 changed files with 3 additions and 2 deletions

View File

@@ -20,3 +20,4 @@ if(ARGS.len()!=0) {
}
print("n="+n+"\n");
print("Ack(3,"+ n+ "):"+ Ack(3, n));