K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2001-05-18T18:35:34.000000Z K 7 svn:log V 414 String operations could silently truncate long strings, leaving the output corrupted. Mark's patch fixes this be removing the MAXTOK limitation on substring operations and allowing the putback buffer size to be the limiting factor. If the putback buffer size if reached, m4 gives an error instead of silently truncating the string. PR: bin/26619 Submitted by: Mark Peek MFC after: 5 days END