home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / languages / smalltalk / _smalltalk / sources / h / primitive < prev    next >
Encoding:
Text File  |  1988-01-15  |  544 b   |  23 lines

  1. /*
  2.      Little Smalltalk primitive definitions
  3.  
  4.      (only a subset of primitives are described here, 
  5.      basically those used by the courier and other systems routines.
  6.      All other primitives are known only by number) 
  7.  
  8. */
  9. # define EQTEST 7
  10. # define GAMMAFUN 77
  11. # define SYMEQTEST 91
  12. # define SYMPRINT  94
  13. # define FINDCLASS 99
  14. # define GROW 113
  15. # define BLKRETERROR 127
  16. # define REFCOUNTERROR 128
  17. # define NORESPONDERROR 129
  18. # define RAWPRINT 120
  19. # define PRINT 121
  20. # define ERRPRINT 123
  21. # define BLOCKEXECUTE 140
  22. # define DOPERFORM 143
  23.