1.0.4.19: oops, broken win32 build
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 2 Apr 2007 17:28:12 +0000 (17:28 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 2 Apr 2007 17:28:12 +0000 (17:28 +0000)
 ...add missing declaration

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

index d2acd50..394ed3e 100644 (file)
@@ -341,6 +341,7 @@ handle_exception(EXCEPTION_RECORD *exception_record,
     }
 
     if (exception_record->ExceptionCode == EXCEPTION_BREAKPOINT) {
+       unsigned char trap;
         /* This is just for info in case the monitor wants to print an
          * approximation. */
         current_control_stack_pointer =
index 2e3da09..f72cdb6 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.4.18"
+"1.0.4.19"