Re: AW: [HACKERS] Please no // comments in C source (ecpg)

2000-09-25 Thread Tom Lane
Zeugswetter Andreas SB <[EMAIL PROTECTED]> writes: > That makes me the dummy that complains from time to time, > since nobody else who compiles snapshots seems to notice :-) I think most of the regular developers use gcc. It's good to have people testing with other compilers --- keep it up! Eve

AW: [HACKERS] Please no // comments in C source (ecpg)

2000-09-25 Thread Zeugswetter Andreas SB
> > > Please don't use C++ style comments in C source files. > > > It does not work for all ports. > > > > AFAIK, only GCC supports // as comments. > > // comments are legal as of Standard C 1999, so expect more > compilers to > accept them silently. (That still doesn't mean we get to use th

Re: [HACKERS] Please no // comments in C source (ecpg)

2000-09-25 Thread Peter Mount
On Mon, 25 Sep 2000, Zeugswetter Andreas SB wrote: > Subj, sais it all, > > Please don't use C++ style comments in C source files. > It does not work for all ports. AFAIK, only GCC supports // as comments. > Currently in connect.c. And in the java areas, but that doesn't count here ;-) --

Re: [HACKERS] Please no // comments in C source (ecpg)

2000-09-25 Thread Bruce Momjian
Fixed. [ Charset ISO-8859-1 unsupported, converting... ] > Subj, sais it all, > > Please don't use C++ style comments in C source files. > It does not work for all ports. > > Currently in connect.c. > > Thanks > Andreas > -- Bruce Momjian| http://candle.pha.pa.u

[HACKERS] Please no // comments in C source (ecpg)

2000-09-25 Thread Zeugswetter Andreas SB
Subj, sais it all, Please don't use C++ style comments in C source files. It does not work for all ports. Currently in connect.c. Thanks Andreas