Преглед изворни кода

i386-OpenBSD 4.9 has no underscore prefix

git-svn-id: trunk@19377 -
pierre пре 14 година
родитељ
комит
4a8b37016a
1 измењених фајлова са 1 додато и 1 уклоњено
  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;