summaryrefslogtreecommitdiff
path: root/ortho/gcc/ortho_gcc-main.adb
diff options
context:
space:
mode:
Diffstat (limited to 'ortho/gcc/ortho_gcc-main.adb')
-rw-r--r--ortho/gcc/ortho_gcc-main.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/gcc/ortho_gcc-main.adb b/ortho/gcc/ortho_gcc-main.adb
index 96b89e6..92eaf6c 100644
--- a/ortho/gcc/ortho_gcc-main.adb
+++ b/ortho/gcc/ortho_gcc-main.adb
@@ -12,7 +12,7 @@ is
function Toplev_Main (Argc : Integer; Argv : System.Address)
return Integer;
- pragma Import (C, Toplev_Main);
+ pragma Import (C, Toplev_Main, "toplev_main_c");
Status : Exit_Status;
begin