--- Comment #5 from paolo dot carlini at oracle dot com 2009-11-20 21:36
---
Note: "linux" is an operating system; "borland" is a software company.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42097
--- Comment #4 from bradhomer at gbis dot com 2009-11-20 21:20 ---
Subject: Re: Reference operator (&) error from included file.
Thank you.
The code I submitted for the bug has worked for years in the world of
Borland. Obviously not so good in the world of linux.
Again thank you for
--- Comment #3 from pinskia at gcc dot gnu dot org 2009-11-19 19:12 ---
>Take a look at "The C Programming Language" by Kernighan and Ritchie,
chapter 5.
But this is not a reference operator at this point. It is for a reference
type. Reference types are different from the reference op
--- Comment #2 from bradhomer at gbis dot com 2009-11-19 19:11 ---
Subject: Re: Reference operator (&) error from included file.
Take a look at "The C Programming Language" by Kernighan and Ritchie,
chapter 5.
On 18 Nov 2009 20:11:51 -, "pinskia at gcc dot gnu dot org"
wrote:
>
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-11-18 20:11 ---
C90/C99 does not have a reference type.
extern void Prop (double &, double &, double &, double &, double &, double &,
int) ;
is C++ code, compile it with the C++ front-end.
--
pinskia at gcc dot gnu dot org c