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 / all_segments.h < prev    next >
C/C++ Source or Header  |  2000-12-21  |  398b  |  15 lines

  1. #ifndef PALM_ALL_SEGMENTS_H
  2. #define PALM_ALL_SEGMENTS_H
  3.  
  4. /*
  5.   Note:  All exported GLib library functions must appear in the first
  6.   segment (unless the dispatch table is in the data segment - ask 
  7.   Sokolov to explain this).  In any case, we need Py_Initialize and
  8.   Py_Finalize() to appear in the main segment.
  9. */
  10.  
  11. #include "segments.h"
  12. #include "segment_defs.h"
  13.  
  14. #endif /* PALM_ALL_SEGMENTS_H */
  15.