浏览代码

+ V is avr help screen option

git-svn-id: trunk@18013 -
florian 14 年之前
父节点
当前提交
5c9e0a7a1b
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      compiler/options.pas

+ 3 - 0
compiler/options.pas

@@ -365,6 +365,9 @@ begin
       'S',
       'S',
 {$endif}
 {$endif}
 {$ifdef vis}
 {$ifdef vis}
+      'I',
+{$endif}
+{$ifdef avr}
       'V',
       'V',
 {$endif}
 {$endif}
       '*' : show:=true;
       '*' : show:=true;