From: Michael Beck Date: Thu, 14 Jul 2005 15:19:57 +0000 (+0000) Subject: added seqnumbers.h include X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=dde93d3cfc94890ae23ab3833e4d7fc87d430165;p=libfirm added seqnumbers.h include doxygen docu fixed [r6229] --- 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.