mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
Added void before main
This commit is contained in:
parent
16ff8728d8
commit
7bbd1a5327
@ -30,6 +30,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
extern void PyMac_InitApplet();
|
||||
|
||||
void
|
||||
main() {
|
||||
PyMac_InitApplet();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user