Commit aa2fca8f by Vincent Celier Committed by Arnaud Charlet

prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for gprbuild when…

prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for gprbuild when casing is MixedCase...

2008-08-20  Vincent Celier  <celier@adacore.com>

	* prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for
	gprbuild when casing is MixedCase, whatever the casing of the letters
	in the file name.

From-SVN: r139312
parent c92d7721
......@@ -7720,6 +7720,9 @@ package body Prj.Nmsc is
end if;
end loop;
when Mixed_Case =>
null;
when others =>
OK := False;
end case;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment