version 1.10, 2025/04/10 01:24:38
|
version 1.11, 2025/04/13 04:22:43
|
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.11 2025/04/13 04:22:43 snw |
|
* Fix snprintf calls |
|
* |
* Revision 1.10 2025/04/10 01:24:38 snw |
* Revision 1.10 2025/04/10 01:24:38 snw |
* Remove C++ style comments |
* Remove C++ style comments |
* |
* |
Line 614 short sigint_in_for = FALSE;
|
Line 617 short sigint_in_for = FALSE;
|
short direct_mode = TRUE; /* are we in direct mode? */ |
short direct_mode = TRUE; /* are we in direct mode? */ |
|
|
short extr_types[NESTLEVLS + 1]; /* return types of extrinsic functions */ |
short extr_types[NESTLEVLS + 1]; /* return types of extrinsic functions */ |
char destructors[MAX_DESTRUCTORS][50]; |
char destructors[MAX_DESTRUCTORS][OBJ_DSTRSIZE]; |
int destructor_ct; |
int destructor_ct; |
char private_keys[MAX_PRIVATE_KEYS][255]; |
char private_keys[MAX_PRIVATE_KEYS][255]; |
|
|