version 1.7, 2025/03/09 19:50:47
|
version 1.8, 2025/03/22 18:43:54
|
Line 24
|
Line 24
|
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* along with FreeM. If not, see <https://www.gnu.org/licenses/>. |
* |
* |
* $Log$ |
* $Log$ |
|
* Revision 1.8 2025/03/22 18:43:54 snw |
|
* Make STRLEN 255 chars and add BIGSTR macro for larger buffers |
|
* |
* Revision 1.7 2025/03/09 19:50:47 snw |
* Revision 1.7 2025/03/09 19:50:47 snw |
* Second phase of REUSE compliance and header reformat |
* Second phase of REUSE compliance and header reformat |
* |
* |
Line 145
|
Line 148
|
#define ARGS_IN_ESC 5 |
#define ARGS_IN_ESC 5 |
|
|
/* maximum length of a string, 0 <= $L() <= 255 */ |
/* maximum length of a string, 0 <= $L() <= 255 */ |
#define STRLEN 65535 |
#define STRLEN 255 |
|
#define BIGSTR 65535 |
|
|
/* length of $ZTRAP variable */ |
/* length of $ZTRAP variable */ |
#define ZTLEN 20 |
#define ZTLEN 20 |