mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Added void before main
This commit is contained in:
parent
16ff8728d8
commit
7bbd1a5327
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue