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