home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Environments / AllegroCL11 / ccl-doc / declarations.text < prev    next >
Encoding:
Text File  |  1987-10-26  |  610 b   |  46 lines  |  [TEXT/CCL ]

  1. Declaration Spec Symbols
  2. used in (declare ...)
  3. forms:
  4.  
  5. declaration
  6. ftype     ; ignored by ACL compiler
  7. function  ; ignored by ACL compiler
  8. ignore
  9. inline
  10. notinline
  11. optimize takes modifiers
  12.   compilation-speed
  13.   safety
  14.   space
  15.   speed
  16. special
  17. type  ; ignored by ACL compiler
  18. .........................
  19. Forms that can take a
  20. declaration at the 
  21. begining of their body:
  22.  
  23. defmacro
  24. defsetf
  25. deftype
  26. defun
  27. do*
  28. do-all-symbols
  29. do-external-symbols
  30. do-symbols
  31. do
  32. dolist
  33. dotimes
  34. flet
  35. labels
  36. let
  37. let*
  38. locally
  39. macrolet
  40. multiple-value-bind
  41. prog
  42. prog*
  43. with-open-stream
  44. with-open-file
  45. with-output-to-stream
  46. with-input-from-string