From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sat, 6 Jan 2001 09:41:56 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: valloc and memalign draft Message-ID: <3A56E864.28484.72907@localhost> In-reply-to: <3028-Sat06Jan2001134512+0200-eliz@is.elta.co.il> References: <3A55C132 DOT 12287 DOT 6F26E9 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Shouldn't align_val and split_alloc be declared static? I needed them non-static so I could test them from my test program. MArk