From 807135c0ef563a054e4bc042779de1f06c5bc140 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 28 Dec 2013 07:46:03 +0100 Subject: Allow long prefix (by locally disabling style checks) --- translate/ghdldrv/default_pathes.ads.in | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'translate/ghdldrv') diff --git a/translate/ghdldrv/default_pathes.ads.in b/translate/ghdldrv/default_pathes.ads.in index 8d101fd49..4e6c1a7ec 100644 --- a/translate/ghdldrv/default_pathes.ads.in +++ b/translate/ghdldrv/default_pathes.ads.in @@ -17,16 +17,21 @@ -- 02111-1307, USA. package Default_Pathes is + + -- Accept long lines. + pragma Style_Checks ("M999"); + + Compiler_Gcc : constant String := + "@COMPILER_GCC@"; + Prefix : constant String := + "@PREFIX@"; + Compiler_Mcode : constant String := "@COMPILER_MCODE@"; Compiler_Llvm : constant String := "@COMPILER_LLVM@"; - Compiler_Gcc : constant String := - "@COMPILER_GCC@"; Compiler_Debug : constant String := "@COMPILER_DEBUG@"; Post_Processor : constant String := "@POST_PROCESSOR@"; - Prefix : constant String := - "@PREFIX@"; end Default_Pathes; -- cgit v1.2.3