incorrect processing of strings like '<<>>' File parce.c Line 610 strcpy(endstr, "<>\n"); If write strcpy(endstr, ">\n") then OK [spal11.mac.txt](https://github.com/simh/simtools/files/13854464/spal11.mac.txt)
incorrect processing of strings like '<<>>'
File parce.c
Line 610 strcpy(endstr, "<>\n");
If write strcpy(endstr, ">\n") then OK
spal11.mac.txt