Minor editing modifications
This commit is contained in:
parent
43398e5276
commit
cd14a0a63e
|
@ -25,6 +25,9 @@
|
||||||
Author: Frédéric Pétrot
|
Author: Frédéric Pétrot
|
||||||
Date : 1/10/2000
|
Date : 1/10/2000
|
||||||
$Log: dpgen_Shifter.c,v $
|
$Log: dpgen_Shifter.c,v $
|
||||||
|
Revision 1.2 2002/06/12 16:11:08 fred
|
||||||
|
Minor editing modifications
|
||||||
|
|
||||||
Revision 1.1 2002/04/29 13:40:54 jpc
|
Revision 1.1 2002/04/29 13:40:54 jpc
|
||||||
Merging GenLib & DpGen.
|
Merging GenLib & DpGen.
|
||||||
|
|
||||||
|
@ -80,7 +83,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static char rcsid[]="$Id: dpgen_Shifter.c,v 1.1 2002/04/29 13:40:54 jpc Exp $";
|
static char rcsid[]="$Id: dpgen_Shifter.c,v 1.2 2002/06/12 16:11:08 fred Exp $";
|
||||||
|
|
||||||
|
|
||||||
#include "util_Defs.h"
|
#include "util_Defs.h"
|
||||||
|
@ -100,7 +103,7 @@ int i = 0, j = n & 1;
|
||||||
return i + (j > 1);
|
return i + (j > 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
chain_list *c; /* To free the allocated names */
|
static chain_list *c; /* To free the allocated names */
|
||||||
|
|
||||||
void freestr()
|
void freestr()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue