needed to adopt mud.h to make it gcc15.0.1 ready.

This commit is contained in:
suter_a 2025-03-26 17:05:16 +01:00
parent d5343a0073
commit 3796925e93

View File

@ -204,7 +204,7 @@ typedef UINT32 BOOL;
#define strdup( s ) strcpy((char*)malloc(strlen(s)+1),s) #define strdup( s ) strcpy((char*)malloc(strlen(s)+1),s)
#endif /* vms || mips&&!sgi */ #endif /* vms || mips&&!sgi */
/*#endif */ /*#endif */
typedef int (*MUD_PROC)(); typedef int (*MUD_PROC)(...);
typedef enum { typedef enum {
MUD_ENCODE = 0, MUD_ENCODE = 0,