Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: One more crafty tweak to the current source code base...

Author: Robert Hyatt

Date: 10:41:26 08/24/05

Go up one level in this thread


On August 24, 2005 at 13:26:54, Dann Corbit wrote:

>Change:
># if !defined(SMP)
>    return (maloc(size)); /* Notice the missing 'l' in malloc() */
># else
>    return WinMalloc(size, tid);
># endif
>#endif
>
>to:
># if !defined(SMP)
>    return (malloc(size));
># else
>    return WinMalloc(size, tid);
># endif
>#endif


fixed.  Typo on my part...






This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.