1
0
mirror of https://github.com/simh/simh.git synced 2026-03-01 17:36:49 +00:00
Files
simh.simh/makefile
Mark Pizzolato 714f0a445b SCP: Avoid broken regular expression APIs
If libpcreposix isn't available, we can't fall back to the local
regex.h since the default C runtime on Linux and OS/X implementations
of the regex functionality doesn't ever match regular expressions
with imbedded newlines.
2020-01-01 20:23:17 -08:00

118 KiB