home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0035.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  648 b   |  15 lines

  1.   A week ago, Joe Faletti mentioned that one problem with cmacros is that if
  2. you redefine a function, the cmacro property stays around and thus the
  3. redefinition of the function isn't communicate to the compiler.
  4.   He suggested that whenever a function is defined (via 'def' or when fasl'ed
  5. in) any cmacro properties should be remprop'ed.   I've been trying to think
  6. of an alternative to this, but I can't think of one.  Unless someone
  7. has a better idea, I'll implement his suggestion.
  8.   This means that if you want to define the function 'foo' and a cmacro for
  9. 'foo', the cmacro definition must appear later in the file than 'foo's
  10. definition.
  11.  
  12.  
  13.  
  14.  
  15.