Prechádzať zdrojové kódy

* fixed compilation of unit 'editors' on i8086

git-svn-id: trunk@37650 -
nickysn 7 rokov pred
rodič
commit
1b14212b47
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      packages/fv/src/editors.pas

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

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