From a84682e07d2cd7d926631585fa5baa4ef25e1107 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 1 Dec 2008 10:05:20 -0800 Subject: [PATCH] Add two missing function definitions. This patch adds the function definitions for ivl_expr_branch and ivl_expr_nature to the ivl.def file. This is needed to get Cygwin and MinGW to compile correctly. --- ivl.def | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivl.def b/ivl.def index 764976cd1..0d0153d75 100644 --- a/ivl.def +++ b/ivl.def @@ -37,12 +37,14 @@ ivl_event_scope ivl_expr_type ivl_expr_bits +ivl_expr_branch ivl_expr_def ivl_expr_dvalue ivl_expr_event ivl_expr_file ivl_expr_lineno ivl_expr_name +ivl_expr_nature ivl_expr_opcode ivl_expr_oper1 ivl_expr_oper2