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 / pystate_c.h < prev    next >
C/C++ Source or Header  |  2000-12-21  |  247b  |  10 lines

  1. #ifndef PYSTATE_C_H
  2. #define PYSTATE_C_H
  3.  
  4. #include "proto_defs.h"
  5. /* previously forward declarations stripped from object.c */
  6. /* end forward decls */
  7. static void zapthreads Py_PROTO((PyInterpreterState *)) SEG_PYSTATE_C;
  8.  
  9. #endif /* PYSTATE_C_H */
  10.