[Fastlc-fastcap-cvs] CVS commit:fastcap/src
Brought to you by:
danmc
From: Dan M. <da...@us...> - 2004-10-11 05:10:05
|
Module Name: fastcap Committed By: danmc Date: Mon Oct 11 05:09:55 UTC 2004 Modified Files: fastcap/src: mulGlobal.h Log Message: use malloc and calloc as the memory allocator instead of the homegrown one as the latter is causing bus errors on sparc/solaris. In addition, the ugly alloc routine is probably not so portable to non-unix operating systems. To generate a diff of this commit: cvs rdiff -r1.5 -r1.6 fastcap/src/mulGlobal.h To view the diffs online visit: http://cvs.sourceforge.net/viewcvs.py/fastlc/fastcap/src/mulGlobal.h?r1=1.5&r2=1.6 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |