瀏覽代碼

Modern i386 NetBSD has no underscore prefix, but since when?

git-svn-id: trunk@20292 -
pierre 13 年之前
父節點
當前提交
0f1a4f94af
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/systems/i_bsd.pas

+ 1 - 1
compiler/systems/i_bsd.pas

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