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 / typeobject_c.h < prev   
C/C++ Source or Header  |  2000-12-21  |  305b  |  11 lines

  1. #ifndef TYPEOBJECT_C_H
  2. #define TYPEOBJECT_C_H
  3.  
  4. #include "proto_defs.h"
  5. /* previously forward declarations stripped from typeobject.c */
  6.  
  7. GETATTRFUNC_PROTO(type_getattr, PyTypeObject) SEG_TYPEOBJECT_C;
  8. REPRFUNC_PROTO(type_repr, PyTypeObject) SEG_TYPEOBJECT_C SEG_TYPEOBJECT_C;
  9.  
  10. #endif /* TYPEOBJECT_C_H */
  11.