X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2Fcode-parse.lisp;h=7d9c42c69a21da7815d34ddd19a663e6f153be0a;hb=82888b4;hp=c0e553be8106676aeb3382229f4a57cbb93268ed;hpb=fb6e383b5e0f5c86e4c79e0839dcbfee91b2e9fc;p=clnl diff --git a/src/main/code-parse.lisp b/src/main/code-parse.lisp index c0e553b..7d9c42c 100644 --- a/src/main/code-parse.lisp +++ b/src/main/code-parse.lisp @@ -119,5 +119,5 @@ DESCRIPTION: Returns the globals that get declared in the code." (mapcar - (lambda (global) (list (symbol-name global) 0d0)) + (lambda (global) (list (intern (symbol-name global) clnl:*model-package*) 0d0)) (cdr (second (find :globals code-parsed-ast :key #'car)))))