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

  1. Just a few days ago I started hacking up a script to convert the
  2. names of the Berkeley curses routines into appropriate cfasl
  3. and getaddress routines for Franz.  I also had to hack the
  4. library to change the name "ospeed", as you pointed out --
  5. I did this by modifying the binary (shudder) rather than
  6. recompiling.  I just started playing with it so I don't know
  7. if everything works right.  One thing I noticed is that in some
  8. cases lisp will hang if one of these functions is called with
  9. the wrong number of arguments.  Since there doesn't appear to
  10. be any way of telling lisp how many arguments your C function
  11. takes, you have to be careful.
  12.  
  13. Anyway, I'll send it to you in a separate message.
  14.  
  15.