compiler icon indicating copy to clipboard operation
compiler copied to clipboard

implemented the #pragma once to the compiler

Open grivetti opened this issue 4 years ago • 4 comments

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes issue #419

What kind of pull this is:

  • [ ] A Bug Fix
  • [ ] A New Feature
  • [ ] Some repository meta (documentation, etc)
  • [ x] Other

Additional Documentation:

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

grivetti avatar Mar 27 '22 21:03 grivetti

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

Y-Less avatar Mar 28 '22 19:03 Y-Less

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

grivetti avatar Mar 28 '22 22:03 grivetti

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

Y-Less avatar Mar 28 '22 22:03 Y-Less

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

master or dev?

YashasSamaga avatar Mar 29 '22 04:03 YashasSamaga