Browse Source

* Fix compilation on non-Unix

git-svn-id: trunk@2447 -
daniel 19 năm trước cách đây
mục cha
commit
d9030088dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.}
 const ekm_default = ekm_microsoft;
 {$else}
-      ekm_default = ekm_borland;
+const ekm_default = ekm_borland;
 {$endif}