dschmenk / PLASMA

Proto Language AsSeMbler for All (formerly Apple)
MIT License
191 stars 26 forks source link

Should plasm.c really need strings.h #71

Open tingtron opened 1 year ago

tingtron commented 1 year ago

I built PLASMA from source using tcc-busybox for win32 and a slightly changed makefile.

It built OK, but I had to make one more change:

As I understand, strings.h is a legacy header from BSD, and all its functions have standard equivalents.

Attached:

dschmenk commented 1 year ago

It probably wasn't legacy when I started all this! I'll look into removing it and building on all my semi-modern systems.