mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-20 10:31:45 +01:00
Added send_cannot_edit, removed LVL_FREEZE, and fixed fight_messages. --Rumble
This commit is contained in:
@@ -1,21 +1,13 @@
|
||||
|
||||
/*
|
||||
** Zmalloc, a simple memory-allocation monitor.
|
||||
/* Zmalloc, a simple memory-allocation monitor.
|
||||
**
|
||||
** Copyright 1996 Eric Murray, ericm@lne.com
|
||||
**
|
||||
** You may make free use of this code but please give me credit.
|
||||
**
|
||||
**
|
||||
** Documentation: http://www.lne.com/ericm/zmalloc
|
||||
**
|
||||
** $Id: zmalloc.h,v 1.1 1998/05/25 16:31:35 ericm Exp $
|
||||
** $Log: zmalloc.h,v $
|
||||
** Revision 1.1 1998/05/25 16:31:35 ericm
|
||||
** Initial revision
|
||||
**
|
||||
**
|
||||
*/
|
||||
** Initial revision */
|
||||
|
||||
#ifndef ZMALLOC_H
|
||||
#define ZMALLOC_H
|
||||
@@ -32,4 +24,3 @@ char *zstrdup(const char*, char*, int);
|
||||
#define strdup(x) zstrdup((x), __FILE__, __LINE__)
|
||||
|
||||
#endif /* ZMALLOC_H */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user