瀏覽代碼

* Fix compilation on non-Unix

git-svn-id: trunk@2447 -
daniel 20 年之前
父節點
當前提交
d9030088dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ide/fpvars.pas

+ 1 - 1
ide/fpvars.pas

@@ -43,7 +43,7 @@ type
        is not passed on to the program in most X terminal emulators.}
        is not passed on to the program in most X terminal emulators.}
 const ekm_default = ekm_microsoft;
 const ekm_default = ekm_microsoft;
 {$else}
 {$else}
-      ekm_default = ekm_borland;
+const ekm_default = ekm_borland;
 {$endif}
 {$endif}