needed to adopt mud.h to make it gcc15.0.1 ready.
This commit is contained in:
parent
d5343a0073
commit
3796925e93
2
src/external/mud/src/mud.h
vendored
2
src/external/mud/src/mud.h
vendored
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user