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

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

git-svn-id: branches/jvmbackend@19152 -
Jonas Maebe пре 14 година
родитељ
комит
6cb32de339
1 измењених фајлова са 3 додато и 0 уклоњено
  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;