home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / src / Include / other / compile0_c.h < prev    next >
C/C++ Source or Header  |  2000-12-21  |  382b  |  12 lines

  1. #ifndef COMPILE0_C_H
  2. #define COMPILE0_C_H
  3.  
  4. #include "proto_defs.h"
  5. DESTRUCTOR_PROTO(code_dealloc, PyCodeObject) SEG_COMPILE_C;
  6. GETATTRFUNC_PROTO(code_getattr, PyCodeObject) SEG_COMPILE_C;
  7. CMPFUNC_PROTO(code_compare, PyCodeObject) SEG_COMPILE_C;
  8. REPRFUNC_PROTO(code_repr, PyCodeObject) SEG_COMPILE_C;
  9. HASHFUNC_PROTO(code_hash, PyCodeObject) SEG_COMPILE_C;
  10.  
  11. #endif /* COMPILE0_C_H */
  12.