Skip to content

Commit

Permalink
Remove a line which causes a package lock with sbcl
Browse files Browse the repository at this point in the history
  • Loading branch information
crategus committed Nov 10, 2021
1 parent f6976d7 commit ffe2301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/gtk.main-loop.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
@see-function{%gtk-init-check}"
(%gtk-init-check (foreign-alloc :int :initial-element 0)
(foreign-alloc :string :initial-contents '("/usr/bin/sbcl")))
#+(and sbcl (not win32))
#+(and nil sbcl (not win32))
(sb-unix::enable-interrupt sb-unix:sigpipe #'sb-unix::sigpipe-handler)
#+nil(with-foreign-objects ((argc :int)
(argv '(:pointer :string) 1))
Expand Down

0 comments on commit ffe2301

Please sign in to comment.