tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] modern c++ compiler written in C


From: u-tcc-uepj
Subject: Re: [Tinycc-devel] modern c++ compiler written in C
Date: Thu, 22 Oct 2015 19:44:02 +0200

Hello Sergey,

On Thu, Oct 22, 2015 at 07:01:15PM +0300, Sergey Korshunoff wrote:
> A strange thing:
> cfront change declaration of the C functions.
>         original declaration:
>                 extern "C" void *malloc(unsigned);
>         after cfront-1: extern int  *malloc();
>         after cfront-3: extern char *malloc();
> 
> PS: address@hidden, what doing your version in this regard?

What is indata, what is your command line and which outdata I should look at?

Regards,
Rune




reply via email to

[Prev in Thread] Current Thread [Next in Thread]