Browse Source

+ support for help screen lines prefixed by 'J' to mark them as JVM-specific

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe 14 năm trước cách đây
mục cha
commit
6cb32de339
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -369,6 +369,9 @@ begin
 {$endif}
 {$ifdef avr}
       'V',
+{$endif}
+{$ifdef jvm}
+      'J',
 {$endif}
       '*' : show:=true;
      end;