This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] h8300 Change literal reg numbers to REGNUM macros


> Richard Earnshaw <rearnsha@arm.com> writes:
> 
> |> !   return time (0);	//WinXX HAS UNIX like 'time', so why not using it?
> |> 
> |> C++ style comments are not legal ANSI C.
> 
> Hmm, which ANSI C do you mean?  C++ style comments are surely valid in
> ANSI C as we know it today.
> 
> Andreas.
> 

c89, the original (which, to the best of my knowledge is the standard GDB 
is coded to).  C++ style comments didn't become legal in C until c99.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]