From 72a03f769d4faa642e32930239cd425d10c0b6a4 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Tue, 21 Dec 2004 16:29:48 +0000 Subject: [PATCH] fixed prototype [r4700] --- ir/ir/irdump.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ir/ir/irdump.h b/ir/ir/irdump.h index 3412e1200..4d42be0aa 100644 --- a/ir/ir/irdump.h +++ b/ir/ir/irdump.h @@ -350,7 +350,7 @@ void dump_entity (entity *ent); /** Write the type and all its attributes to the file passed. * */ -void dump_type_to_file (FILE *f, type *tp, unsigned verbosity); +void dump_type_to_file (FILE *f, type *tp, dump_verbosity verbosity); /** Write the type and all its attributes to stdout. * */ -- 2.20.1