1.0.21.18: delete unused argument introduced by .17
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 11 Oct 2008 16:45:08 +0000 (16:45 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 11 Oct 2008 16:45:08 +0000 (16:45 +0000)
 * Leftover from early life of the patch, noticed by Kevin "Hawkeye"
   Reid.

src/runtime/runtime.c
version.lisp-expr

index 79dbcbf..3e5cf1c 100644 (file)
@@ -219,7 +219,6 @@ main(int argc, char *argv[], char *envp[])
 
     /* other command line options */
     boolean noinform = 0;
-    char *script = 0;
     boolean end_runtime_options = 0;
 
     lispobj initial_function;
index b818344..e513e80 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.21.17"
+"1.0.21.18"