mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +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();
|
extern void PyMac_InitApplet();
|
||||||
|
|
||||||
|
void
|
||||||
main() {
|
main() {
|
||||||
PyMac_InitApplet();
|
PyMac_InitApplet();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue