Re: 0x0C character in some source files

2024-10-11 Thread Syntevo via dev
Thanks for the answering. I was not expecting the C compiler to silently accept them. Regards Thomas On 11/10/2024 13:51, Daniel Sahlberg wrote: Den fre 11 okt. 2024 kl 13:36 skrev Stefan Sperling : On Fri, Oct 11, 2024 at 01:00:21PM +0200, Thomas Singer via dev wrote: Dear C experts, I've

Re: 0x0C character in some source files

2024-10-11 Thread Daniel Sahlberg
Den fre 11 okt. 2024 kl 13:36 skrev Stefan Sperling : > On Fri, Oct 11, 2024 at 01:00:21PM +0200, Thomas Singer via dev wrote: > > Dear C experts, > > > > I've noticed that some source files, e.g. > subversion/libsvn_repos/authz.c, > > subversion/libsvn_subr/config_file.c or > > subversion/libsvn_

Re: 0x0C character in some source files

2024-10-11 Thread Stefan Sperling
On Fri, Oct 11, 2024 at 01:00:21PM +0200, Thomas Singer via dev wrote: > Dear C experts, > > I've noticed that some source files, e.g. subversion/libsvn_repos/authz.c, > subversion/libsvn_subr/config_file.c or > subversion/libsvn_client/conflicts.c, contain 0x0C characters. What is their > purpose