/[gcl]/gcl/mod/gcl_defpackage.lsp
ViewVC logotype

Diff of /gcl/mod/gcl_defpackage.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by camm, Wed Jun 29 04:24:11 2005 UTC revision 1.5 by camm, Mon Nov 7 20:05:30 2005 UTC
# Line 99  Line 99 
99  (defmacro DEFPACKAGE (name &rest options)  (defmacro DEFPACKAGE (name &rest options)
100    (declare (type (or symbol string) name)    (declare (type (or symbol string) name)
101             (arglist defined-package-name &rest options)             (arglist defined-package-name &rest options)
102             (values package))             (values package)
103               (optimize (safety 1)))
104    "DEFPACKAGE - DEFINED-PACKAGE-NAME {OPTION}*                  [Macro]    "DEFPACKAGE - DEFINED-PACKAGE-NAME {OPTION}*                  [Macro]
105    
106     This creates a new package, or modifies an existing one, whose name is     This creates a new package, or modifies an existing one, whose name is

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26