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: Sergey Korshunoff
Subject: Re: [Tinycc-devel] modern c++ compiler written in C
Date: Thu, 22 Oct 2015 19:01:15 +0300

Hi!
I'm currently playing with cfront. "Hello, World" is compiled.
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?
Changing a yacc version don't helps.



reply via email to

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