--- deliantra/server/common/utils.C 2006/09/12 21:10:31 1.13 +++ deliantra/server/common/utils.C 2006/09/14 22:34:00 1.15 @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - The authors can be reached via e-mail at crossfire-devel@real-time.com + The authors can be reached via e-mail at */ /* @@ -545,6 +545,8 @@ return; } +///////////////////////////////////////////////////////////////////////////// + void *alloc (int s) throw (std::bad_alloc) { void *p = g_slice_alloc (s);