Fix contrib building on mingw.
[sbcl.git] / tests / clos-ignore.interactive.lisp
index 1d69116..92d96d7 100644 (file)
 ;;;; While most of SBCL is derived from the CMU CL system, the test
 ;;;; files (like this one) were written from scratch after the fork
 ;;;; from CMU CL.
-;;;; 
+;;;;
 ;;;; This software is in the public domain and is provided with
 ;;;; absolutely no warranty. See the COPYING and CREDITS files for
 ;;;; more information.
 
 (in-package :cl-user)
 
-(defgeneric foo ((x t) (y t) &key &allow-other-keys))
+(defgeneric foo (x y &key &allow-other-keys))
 
 ;;; should have no STYLE-WARNINGs (e.g. about unused vars)
 (defmethod foo ((x t) (y t))