Преглед изворни кода

* fixed compilation of unit 'editors' on i8086

git-svn-id: trunk@37650 -
nickysn пре 7 година
родитељ
комит
1b14212b47
1 измењених фајлова са 1 додато и 1 уклоњено
  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;