From dde93d3cfc94890ae23ab3833e4d7fc87d430165 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 14 Jul 2005 15:19:57 +0000 Subject: [PATCH] added seqnumbers.h include doxygen docu fixed [r6229] --- ir/common/firm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ir/common/firm.h b/ir/common/firm.h index 64e7a4107..cd5a588e9 100644 --- a/ir/common/firm.h +++ b/ir/common/firm.h @@ -109,6 +109,8 @@ extern "C" { #include "irreflect.h" /* reflection */ +#include "seqnumbers.h" /* debug support */ + /* @@@ temporarily for jni builder until preprocessor works. Then it should be sufficient to include instead @@ -179,7 +181,7 @@ typedef struct _firm_parameter_t firm_parameter_t; * Initializes the firm library. Allocates default data structures. * Initializes configurable behavior of the library. * - * @param param A structure containing the parameters of the libFirm. + * @param params A structure containing the parameters of the libFirm. * * The parameter struct may be NULL. In that case, the original FIRM behavior * is conserved. -- 2.20.1