Skip to content

Commit

Permalink
fix ptr fct type
Browse files Browse the repository at this point in the history
  • Loading branch information
didoudiaz committed Mar 29, 2013
1 parent 2559760 commit 14f24a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BipsFD/fd_bool_c.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ static WamWord *sp;
static WamWord vars_tbl[VARS_STACK_SIZE];
static WamWord *vars_sp;

static Bool (*func_tbl[NB_OF_OP + 2]) ();
static Bool (*func_tbl[NB_OF_OP + 2]) (WamWord *exp, int result, WamWord *load_word);



Expand Down Expand Up @@ -1044,7 +1044,7 @@ Set_Not(WamWord *exp, int result, WamWord *load_word)


/*-------------------------------------------------------------------------*
* SET_EQUIV *
* SET_EQUIV *<
* *
*-------------------------------------------------------------------------*/
static Bool
Expand Down

0 comments on commit 14f24a1

Please sign in to comment.