[Python-checkins] python/dist/src/Doc/ext noddy.c,1.3,1.4
mhammond@users.sourceforge.net
mhammond@users.sourceforge.net
Tue, 30 Jul 2002 23:17:48 -0700
- Previous message: [Python-checkins] python/dist/src/Lib/test autotest.py,1.11,1.12 test_doctest2.py,1.4,1.5 test_future.py,1.5,1.6 test_math.py,1.16,1.17 test_opcodes.py,1.11,1.12 test_pickle.py,1.10,1.11 test_re.py,1.32,1.33 test_sre.py,1.36,1.37 test_traceback.py,1.5,1.6 test_unpack.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Modules _sre.c,2.82,2.83
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Doc/ext
In directory usw-pr-cvs1:/tmp/cvs-serv5432
Modified Files:
noddy.c
Log Message:
Replace DL_EXPORT with PyMODINIT_FUNC
Index: noddy.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/ext/noddy.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** noddy.c 17 Jul 2002 16:42:48 -0000 1.3
--- noddy.c 31 Jul 2002 06:17:46 -0000 1.4
***************
*** 55,59 ****
};
! DL_EXPORT(void)
initnoddy(void)
{
--- 55,59 ----
};
! PyMODINIT_FUNC
initnoddy(void)
{
- Previous message: [Python-checkins] python/dist/src/Lib/test autotest.py,1.11,1.12 test_doctest2.py,1.4,1.5 test_future.py,1.5,1.6 test_math.py,1.16,1.17 test_opcodes.py,1.11,1.12 test_pickle.py,1.10,1.11 test_re.py,1.32,1.33 test_sre.py,1.36,1.37 test_traceback.py,1.5,1.6 test_unpack.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Modules _sre.c,2.82,2.83
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]