commit | f6be944a6ae612c70ce010582d9c3cdd72f7144f | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Wed Oct 13 21:12:06 1999 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Wed Oct 13 21:12:06 1999 +0000 |
tree | 36ab89d86aad17d6922566cad8e49ba33c5ede81 | |
parent | 305a73f5eacd94eefe2f2a5a00034d579ef6b1e7 [diff] [blame] |
More stuff
diff --git a/math.c b/math.c index 5c1560a..29962a8 100644 --- a/math.c +++ b/math.c
@@ -137,7 +137,7 @@ } int -math_main(struct FileInfo * i, int argc, char * * argv) +math_main(int argc, char * * argv) { while ( argc >= 2 ) { stack_machine(argv[1]);