OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc/ada/
[pf3gnuchains/gcc-fork.git]
/
gcc
/
ada
/
i-cstrin.ads
diff --git
a/gcc/ada/i-cstrin.ads
b/gcc/ada/i-cstrin.ads
index
5ea063a
..
5e3494e
100644
(file)
--- a/
gcc/ada/i-cstrin.ads
+++ b/
gcc/ada/i-cstrin.ads
@@
-97,6
+97,7
@@
package Interfaces.C.Strings is
private
type chars_ptr is access all Character;
+ pragma Convention (C, chars_ptr);
pragma No_Strict_Aliasing (chars_ptr);
-- Since this type is used for external interfacing, with the pointer