Thomas Wouters
|
bd4bc4e9e9
|
Even more ANSIfication: fix as many function pointers and declarations as
possible.
|
2000-07-22 23:57:55 +00:00 |
Fredrik Lundh
|
faa209d6bd
|
- ANSI-fication
(patch #100805 by Peter Schneider-Kamp)
|
2000-07-09 20:35:15 +00:00 |
Guido van Rossum
|
9c1201fe39
|
Py_Main() must be DL_EXPORT too.
|
1998-12-07 14:28:47 +00:00 |
Guido van Rossum
|
be10c20adf
|
Now include Python.h
|
1998-08-08 20:01:22 +00:00 |
Guido van Rossum
|
7c14103d77
|
Keep gcc -Wall happy
|
1997-08-15 02:52:08 +00:00 |
Guido van Rossum
|
4c04be64b3
|
This is now the "real" main program -- it calls Py_Main(argc, argv)
which is in the library and does all the work.
|
1997-07-19 19:25:33 +00:00 |