From aa2fca8f34ba2372731c060464c00d1292ddd113 Mon Sep 17 00:00:00 2001 From: Vincent Celier Date: Wed, 20 Aug 2008 17:29:33 +0200 Subject: [PATCH] prj-nmsc.adb (Check_Naming_Schemes): Accept source file names for gprbuild when casing is MixedCase... 2008-08-20 Vincent Celier * 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 --- gcc/ada/prj-nmsc.adb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/ada/prj-nmsc.adb b/gcc/ada/prj-nmsc.adb index cf0f4725084..db6a70cd7b0 100644 --- a/gcc/ada/prj-nmsc.adb +++ b/gcc/ada/prj-nmsc.adb @@ -7720,6 +7720,9 @@ package body Prj.Nmsc is end if; end loop; + when Mixed_Case => + null; + when others => OK := False; end case; -- 2.30.2