Does anyone know what, if any, the limits are in m4 on the length of strings, such as in defines?
That is, if I were to do define('LINUX', 'machine1, machine2,...machine120...')
Is there a limit to how many I could put in that one define?
mark
On Sat, Sep 17, 2016 at 1:05 AM, m.roth@5-cent.us wrote:
Does anyone know what, if any, the limits are in m4 on the length of strings, such as in defines?
That is, if I were to do define('LINUX', 'machine1, machine2,...machine120...')
Is there a limit to how many I could put in that one define?
mark
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
There is no arbitrary limit of string length for GNU m4.