Update of /project/phemlock/cvsroot/phemlock/src/core In directory common-lisp.net:/tmp/cvs-serv1415/src/core
Modified Files: charmacs.lisp Log Message: Minor patches to make it build and run with current mcclim.
Date: Thu Jun 2 13:52:05 2005 Author: crhodes
Index: phemlock/src/core/charmacs.lisp diff -u phemlock/src/core/charmacs.lisp:1.2 phemlock/src/core/charmacs.lisp:1.3 --- phemlock/src/core/charmacs.lisp:1.2 Mon Dec 27 19:53:27 2004 +++ phemlock/src/core/charmacs.lisp Thu Jun 2 13:52:05 2005 @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; #+CMU (ext:file-comment - "$Header: /project/phemlock/cvsroot/phemlock/src/core/charmacs.lisp,v 1.2 2004/12/27 18:53:27 gbaumann Exp $") + "$Header: /project/phemlock/cvsroot/phemlock/src/core/charmacs.lisp,v 1.3 2005/06/02 11:52:05 crhodes Exp $") ;;; ;;; ********************************************************************** ;;; @@ -29,7 +29,7 @@ ;;;; Stuff for the Syntax table functions (syntax)
-(defconstant syntax-char-code-limit char-code-limit +(defconstant syntax-char-code-limit 256 "The highest char-code which a character argument to the syntax table functions may have.")