aboutsummaryrefslogtreecommitdiffstats
path: root/ortho/gcc/ortho_ident.adb
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/gcc/ortho_ident.adb')
-rw-r--r--ortho/gcc/ortho_ident.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/ortho/gcc/ortho_ident.adb b/ortho/gcc/ortho_ident.adb
index 5ff093955..56a851016 100644
--- a/ortho/gcc/ortho_ident.adb
+++ b/ortho/gcc/ortho_ident.adb
@@ -1,7 +1,8 @@
package body Ortho_Ident is
function Get_Identifier_With_Length (Str : Address; Size : Integer)
return O_Ident;
- pragma Import (C, Get_Identifier_With_Length, "get_identifier_with_length_c");
+ pragma Import (C, Get_Identifier_With_Length,
+ "get_identifier_with_length_c");
function Compare_Identifier_String
(Id : O_Ident; Str : Address; Size : Integer)