Parcourir la source

pas2js: less hints

mattias il y a 3 ans
Parent
commit
a8449ad959
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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;