This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/doschk.c
"Joseph S. Myers" wrote:
>
> Is the file gcc/doschk.c used for anything in GCC? If not, does it belong
> here? There is, for example, another version in the src repository,
> src/utils/misc/doschk/doschk.c.
It was once used to check that filenames met all the length limits
and similar rules for DOS and SysV filesystems. It doesn't seem
that people worry much about any of that anymore, so if it's not
going to be used, no point in keeping it around.
Stan