Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 149800
Collapse All | Expand All

(-)../tmp-orig/libcorba-orbit-perl-0.4.7/idl.c (-1 / +1 lines)
Lines 13-19 Link Here
13
static gboolean tree_pre_func  (IDL_tree_func_data *tfd, gpointer user_data);
13
static gboolean tree_pre_func  (IDL_tree_func_data *tfd, gpointer user_data);
14
static gboolean tree_post_func (IDL_tree_func_data *tfd, gpointer user_data);
14
static gboolean tree_post_func (IDL_tree_func_data *tfd, gpointer user_data);
15
15
16
CORBA_TypeCode get_typecode (IDL_tree tree);
16
static CORBA_TypeCode get_typecode (IDL_tree tree);
17
17
18
#define duplicate_typecode(a) (CORBA_TypeCode)CORBA_Object_duplicate ((CORBA_Object)a, NULL)
18
#define duplicate_typecode(a) (CORBA_TypeCode)CORBA_Object_duplicate ((CORBA_Object)a, NULL)

Return to bug 149800