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
ad34d105
Commit
ad34d105
authored
Jun 16, 2005
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
Update header. From-SVN: r101075
parent
ab5a0988
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
gcc/ada/cal.c
+1
-1
gcc/ada/g-dyntab.ads
+2
-4
No files found.
gcc/ada/cal.c
View file @
ad34d105
...
...
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* Copyright (C) 1992-200
3
, Free Software Foundation, Inc. *
* Copyright (C) 1992-200
5
, Free Software Foundation, Inc. *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
...
...
gcc/ada/g-dyntab.ads
View file @
ad34d105
...
...
@@ -6,7 +6,7 @@
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
2000
-
200
3
Ada
Core
Technologies
,
Inc
.
--
--
Copyright
(
C
)
2000
-
200
5
Ada
Core
Technologies
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
@@ -203,9 +203,7 @@ package GNAT.Dynamic_Tables is
-- to return False). The sort is not stable (the order of equal items
-- in the table is not preserved).
private
type Table_Private is record
Max : Integer;
-- Subscript of the maximum entry in the currently allocated table
...
...
@@ -215,7 +213,7 @@ private
-- ensures that we initially allocate the table.
Last_Val : Integer;
-- Current value of Last
.
-- Current value of Last
end record;
end GNAT.Dynamic_Tables;
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