Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 425098 | Differences between
and this patch

Collapse All | Expand All

(-)a/test_pgocaml_lowlevel.ml (-2 lines)
Lines 22-29 Link Here
22
22
23
open Printf
23
open Printf
24
24
25
open ExtList
26
27
let print_row i row =
25
let print_row i row =
28
  printf "row %d: [%s]\n" i
26
  printf "row %d: [%s]\n" i
29
    (String.concat "; "
27
    (String.concat "; "

Return to bug 425098