aboutsummaryrefslogtreecommitdiffstats
path: root/getopt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'getopt.scm')
-rw-r--r--getopt.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt.scm b/getopt.scm
index 7b73b58..91a2805 100644
--- a/getopt.scm
+++ b/getopt.scm
@@ -21,7 +21,7 @@
(define getopt:char #\-)
;@
(define getopt:opt #f)
-(define *argv* *argv*)
+;(define *argv* *argv*)
(define *optind* 1)
(define *optarg* 0)
;@