Browse Source

* Fix compilation on non-Unix

git-svn-id: trunk@2447 -
daniel 19 years ago
parent
commit
d9030088dd
1 changed files with 1 additions and 1 deletions
  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}