|
|
Choosing A Webhost: |
rev 144 - trunk/src: msg#00015lang.prothon.cvs
Author: bcollins Date: 2004-03-26 20:37:29 -0500 (Fri, 26 Mar 2004) New Revision: 144 Modified: trunk/src/object.c trunk/src/prmalloc.c Log: Remove malloc.h and use stdlib.h, which should pull in malloc()/free() on any system. Modified: trunk/src/object.c =================================================================== --- trunk/src/object.c 2004-03-27 00:49:13 UTC (rev 143) +++ trunk/src/object.c 2004-03-27 01:37:29 UTC (rev 144) @@ -55,7 +55,6 @@ #include <stdlib.h> #include <stdio.h> -#include <malloc.h> #include <string.h> #include <time.h> #include "object.h" Modified: trunk/src/prmalloc.c =================================================================== --- trunk/src/prmalloc.c 2004-03-27 00:49:13 UTC (rev 143) +++ trunk/src/prmalloc.c 2004-03-27 01:37:29 UTC (rev 144) @@ -16,7 +16,7 @@ */ -#include <malloc.h> +#include <stdlib.h> #include <memory.h> #include "object.h"
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | rev 143 - in trunk: include/prothon modules/File modules/Float modules/List modules/Re modules/String modules/Tuple src, SVN User |
|---|---|
| Next by Date: | rev 146 - in trunk: . src, SVN User |
| Previous by Thread: | rev 143 - in trunk: include/prothon modules/File modules/Float modules/List modules/Re modules/String modules/Tuple src, SVN User |
| Next by Thread: | rev 146 - in trunk: . src, SVN User |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |