[buddy]
Fix declaration of bddproduced. * src/reorder.c (bddproduced): Declare a longint, to match the definition in kerner.c.
This commit is contained in:
parent
87172f145d
commit
44aed5cda6
2 changed files with 8 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static int usednum_after;
|
|||
/* Kernel variables needed for reordering */
|
||||
extern int bddfreepos;
|
||||
extern int bddfreenum;
|
||||
extern int bddproduced;
|
||||
extern long int bddproduced;
|
||||
|
||||
/* Flag telling us when a node table resize is done */
|
||||
static int resizedInMakenode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue