home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Languages / python / PyObjC-0.47-MIHS / pyobjc-0.47-src / Include / OC_Python.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-04  |  695 b   |  31 lines

  1. /* Copyright (c) 1996 by Lele Gaifax.  All Rights Reserved
  2.  *
  3.  * This software may be used and distributed freely for any purpose
  4.  * provided that this notice is included unchanged on any and all
  5.  * copies. The author does not warrant or guarantee this software in
  6.  * any way.
  7.  *
  8.  * This file is part of the PyObjC package.
  9.  *
  10.  * $RCSfile: OC_Python.h,v $
  11.  * $Revision: 1.1.1.2 $
  12.  * $Date: 1996/10/04 20:58:58 $
  13.  *
  14.  * Created Thu Sep 12 16:37:49 1996.
  15.  */
  16.  
  17. #ifndef _OC_Python_H
  18. #define _OC_Python_H
  19.  
  20. #include "OC_PythonObject.h"
  21. #include "OC_PythonInt.h"
  22. #include "OC_PythonString.h"
  23.  
  24. #endif /* _OC_Python_H */
  25.  
  26. /*
  27. ** Local Variables:
  28. ** change-log-default-name:"../ChangeLog.PyObjC"
  29. ** End:
  30. */
  31.