Explorar o código

i386-OpenBSD 4.9 has no underscore prefix

git-svn-id: trunk@19377 -
pierre %!s(int64=14) %!d(string=hai) anos
pai
achega
4a8b37016a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

@@ -276,7 +276,7 @@ unit i_bsd;
             sharedClibprefix : 'lib';
             importlibprefix : 'libimp';
             importlibext : '.a';
-            Cprefix      : '_';
+            Cprefix      : '';
             newline      : #10;
             dirsep       : '/';
             assem        : as_gas;