codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

Remove macros #94

Closed juntuu closed 3 years ago

juntuu commented 3 years ago

Removed unused macros.

There are still some macros that are only used via token pasting, and thus appear unused when searching directly:

Also removed ARGCHK*D macros and expanded & removed ARGCHK* macros; resolves #47, also part of #13.

juntuu commented 3 years ago

I got quite a few uses removed, but some places needed the check.

Sebanisu commented 3 years ago

I think some of the maros on my list are removed in this pull request https://github.com/codereport/jsource/issues/60 If you got all 10 or the remaining ones, we can close my issue.