version 1.8, 2025/04/10 01:24:38
|
version 1.9, 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.9 2025/04/13 04:22:43 snw |
|
* Fix snprintf calls |
|
* |
* Revision 1.8 2025/04/10 01:24:38 snw |
* Revision 1.8 2025/04/10 01:24:38 snw |
* Remove C++ style comments |
* Remove C++ style comments |
* |
* |
Line 388 extern short direct_mode;
|
Line 391 extern short direct_mode;
|
extern short loadsw; /* flag to avoid redundant loads */ |
extern short loadsw; /* flag to avoid redundant loads */ |
extern short extr_types[NESTLEVLS + 1]; /* return types of extrinsic functions */ |
extern short extr_types[NESTLEVLS + 1]; /* return types of extrinsic functions */ |
|
|
extern char destructors[10][50]; |
extern char destructors[10][OBJ_DSTRSIZE]; |
extern int destructor_ct; |
extern int destructor_ct; |
extern char private_keys[MAX_PRIVATE_KEYS][255]; |
extern char private_keys[MAX_PRIVATE_KEYS][255]; |
|
|