[ clocc-Bugs-1743106 ] mop.lisp fix for Allegro8

"SourceForge.net" <[email protected]> Mon, 25 Jun 2007 12:38:17 -0700
Newsgroups gmane.lisp.clocc.devel
Message-ID <[email protected]>
Bugs item #1743106, was opened at 2007-06-25 19:38
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101802&aid=1743106&group_id=1802

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Aneil Mallavarapu (amallavarapu)
Assigned to: Nobody/Anonymous (nobody)
Summary: mop.lisp fix for Allegro8

Initial Comment:
Fixed read-time conditional in the in-package form of src/port/mop.lisp.  Previous code would not compile on any Allegro version since a conditional error block at the top is triggered when version <6, and the in-package form is invalid (no argument) when version>= 6.

Changed:

(in-package 
  #+(and allegro (not (version>= 6))) :clos
  ...)
to 

(in-package 
  #+(and allegro (version>= 6)) :clos
  ...)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101802&aid=1743106&group_id=1802

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/