[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
|
|
@ -1,3 +1,10 @@
|
|||
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix declaration of bddproduced.
|
||||
|
||||
* src/reorder.c (bddproduced): Declare a longint, to match
|
||||
the definition in kerner.c.
|
||||
|
||||
2011-04-03 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
* buddy/src/kernel.c (bdd_addref, bdd_delref): Disable sanity
|
||||
|
|
|
|||
|
|
@ -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