Changeset 1083 for script

Show
Ignore:
Timestamp:
03/24/05 12:04:43 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
2478
Message:

* use ".imc", not ".pir" as the extension for pugscc.
* improved parrot compiler backend.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • script/pugscc

    r1029 r1083  
    6060 
    6161if ($backend eq 'Parrot') { 
    62     $out .= ".pir"; 
     62    $out .= ".imc"; 
    6363} 
    6464else {