Project

General

Profile

« Previous | Next » 

Revision 10d196bc

Added by Arnaud Dieumegard almost 5 years ago

Bug fix: pp for unary operations

View differences:

src/backends/VHDL/vhdl_ast_pp.ml
310 310
            (match aargs with
311 311
            | [] -> (Format.fprintf fmt "%s") aid;
312 312
            | hd::[] ->
313
               (Format.fprintf fmt "%s") aid;
313
               (Format.fprintf fmt "%s ") aid;
314 314
               ((__3 ()) fmt) hd
315 315
            | hd::(hd2::[]) ->
316 316
               Format.fprintf fmt "(";

Also available in: Unified diff