瀏覽代碼

pas2js: less hints

mattias 3 年之前
父節點
當前提交
a8449ad959
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/pas2js/httpcompiler.pp

+ 2 - 0
utils/pas2js/httpcompiler.pp

@@ -773,7 +773,9 @@ begin
     Usage(S);
   if HasOption('V','version') then
     begin
+    {AllowWriteln}
     writeln(HTTPCompilerVersion);
+    {AllowWriteln-}
     Terminate;
     exit;
     end;