diff options
author | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-03 19:58:23 +0000 |
---|---|---|
committer | bosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-03 19:58:23 +0000 |
commit | f2463f28701c53cea29af78e8cb38572db62c5ec (patch) | |
tree | 1e7ad30fd7d824c4534e41d0637a65b63cdb12ee /gcc/ada/make.adb | |
parent | d351bf74526b5855c22dbd8b9ffb5526fa6a7ca3 (diff) | |
download | gcc-f2463f28701c53cea29af78e8cb38572db62c5ec.tar.gz |
* make.adb: Minor reformatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47561 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r-- | gcc/ada/make.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb index 7bf6eeda61a..7e78fc92384 100644 --- a/gcc/ada/make.adb +++ b/gcc/ada/make.adb @@ -260,7 +260,7 @@ package body Make is Current_Ada_Include_Path : String_Access := null; Current_Ada_Objects_Path : String_Access := null; - Max_Line_Length : constant := 127; + Max_Line_Length : constant := 127; -- Maximum number of characters per line, when displaying a path ---------------------- |