Skip to content
Snippets Groups Projects
Commit ffa12849 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

clx backend: fix in-package and defpackage to match ansi

parent 9c89fa77
No related branches found
No related tags found
1 merge request!1asd system
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
;; See the file LICENSE for the full license governing this code. ;; See the file LICENSE for the full license governing this code.
;; ;;
(in-package #-ANSI-90 :user #+ANSI-90 :common-lisp-user) (in-package :cl-user)
;;;"Copyright (c) 1992 Symbolics, Inc. All rights reserved." ;;;"Copyright (c) 1992 Symbolics, Inc. All rights reserved."
(#-(or ANSI-90 Lucid) clim-lisp::defpackage #+(or ANSI-90 Lucid) defpackage clx-clim (defpackage clx-clim
(:use clim-lisp clim-sys clim clim-utils clim-silica) (:use clim-lisp clim-sys clim clim-utils clim-silica)
(:shadowing-import-from clim-utils (:shadowing-import-from clim-utils
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment