pawn-lang / compiler

Pawn compiler for SA-MP with bug fixes and new features - runs on Windows, Linux, macOS
Other
303 stars 70 forks source link

Check if the entry function is actually defined, not only declared #630

Closed Daniel-Cortez closed 3 years ago

Daniel-Cortez commented 3 years ago

What this PR does / why we need it:

Fixes the compiler not aborting compilation when the entry function is declared, but not defined (see #629).

Which issue(s) this PR fixes:

Fixes #629

What kind of pull this is:

Additional Documentation: