Skip to content

Commit

Permalink
Fix the lisp GUI loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
angavrilov committed May 12, 2012
1 parent c32fb2c commit b20eba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-utils.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
;; Load the symbol tables for os type detection
(load-data-definition (merge-pathnames #P"symbols.xml" #.*load-truename*))

(defvar *process*)
(defvar *memory*)
(defvar *process* nil)
(defvar *memory* nil)

(define-symbol-macro global *memory*)

Expand Down

0 comments on commit b20eba4

Please sign in to comment.