pawn-lang / compiler

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

implemented the #pragma once to the compiler #704

Closed grivetti closed 1 year ago

grivetti commented 2 years ago

What this PR does / why we need it:

-

Which issue(s) this PR fixes:

Fixes issue #419

What kind of pull this is:

Additional Documentation:

Changed the compiler to accept the "#pragma once", also changed the include folder as well to the new feature

Y-Less commented 2 years ago

How is this different to #463 ? Does it address the issues raised there? And why are there 4000+ lines changed in sc2.c?

grivetti commented 2 years ago

In the parte of the 4 thousand lines changed, I really don't know How that happend, I only changed some

Y-Less commented 2 years ago

I suspect it was just some auto-formatting from your editor.

YashasSamaga commented 2 years ago

"... to merge 1 commit into pawn-lang:master from"

master or dev?