Browse Source

* fixed compilation of unit 'editors' on i8086

git-svn-id: trunk@37650 -
nickysn 7 years ago
parent
commit
1b14212b47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fv/src/editors.pas

+ 1 - 1
packages/fv/src/editors.pas

@@ -30,7 +30,7 @@ const
   { Length constants. }
   Tab_Stop_Length = 74;
 
-{$ifdef PPC_BP}
+{$ifdef BIT_16}
   MaxLineLength  = 1024;
   MinBufLength   = $1000;
   MaxBufLength   = $ff00;