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
1313f39c
Commit
1313f39c
authored
Jun 19, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r148702
parent
659819b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
gcc/ada/a-einuoc.adb
+7
-9
No files found.
gcc/ada/a-einuoc.adb
View file @
1313f39c
...
...
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
-- Copyright (C) 2000-2009
Free Software Foundation, Inc. --
-- Copyright (C) 2000-2009
,
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- --
...
...
@@ -29,18 +29,16 @@
-- --
------------------------------------------------------------------------------
-- This is a GNAT-specific child function of Ada.Exceptions. It provides
-- clearly missing functionality for its parent package, and most reasonably
-- would simply be an added function to that package, but this change cannot
-- be made in a conforming manner.
---------------------------------------
-- Ada.Exceptions.Is_Null_Occurrence --
---------------------------------------
function Ada.Exceptions.Is_Null_Occurrence
(X : Exception_Occurrence)
return Boolean
(X : Exception_Occurrence) return Boolean
is
begin
-- The null exception is uniquely identified by the fact that the Id
--
value
is null. No other exception occurrence can have a null Id.
-- The null exception is uniquely identified by the fact that the Id
value
-- is null. No other exception occurrence can have a null Id.
if X.Id = Null_Id then
return True;
...
...
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