Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
62b63164
Commit
62b63164
authored
Nov 25, 2004
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Complete previous check-in: add Style_Check_Xtra_Parens.
From-SVN: r91289
parent
bef638f4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
+6
-1
gcc/ada/stylesw.adb
+6
-1
No files found.
gcc/ada/stylesw.adb
View file @
62b63164
...
...
@@ -46,12 +46,13 @@ package body Stylesw is
Style_Check_Layout
:=
False
;
Style_Check_Max_Line_Length
:=
False
;
Style_Check_Max_Nesting_Level
:=
False
;
Style_Check_Order_Subprograms
:=
False
;
Style_Check_Pragma_Casing
:=
False
;
Style_Check_References
:=
False
;
Style_Check_Specs
:=
False
;
Style_Check_Standard
:=
False
;
Style_Check_Order_Subprograms
:=
False
;
Style_Check_Tokens
:=
False
;
Style_Check_Xtra_Parens
:=
False
;
end
Reset_Style_Check_Options
;
------------------------------
...
...
@@ -118,6 +119,7 @@ package body Stylesw is
Add ('
r
', Style_Check_References);
Add ('
s
', Style_Check_Specs);
Add ('
t
', Style_Check_Tokens);
Add ('
x
', Style_Check_Xtra_Parens);
if Style_Check_Max_Line_Length then
P := P + 1;
...
...
@@ -293,6 +295,9 @@ package body Stylesw is
when
't'
=>
Style_Check_Tokens
:=
True
;
when
'x'
=>
Style_Check_Xtra_Parens
:=
True
;
when
' '
=>
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment