From cd14a0a63e6e25d227bded5bbdb7d5238a56492b Mon Sep 17 00:00:00 2001 From: Frederic Petrot Date: Wed, 12 Jun 2002 16:11:08 +0000 Subject: [PATCH] Minor editing modifications --- alliance/src/genlib/src/dpgen_Shifter.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/alliance/src/genlib/src/dpgen_Shifter.c b/alliance/src/genlib/src/dpgen_Shifter.c index 63b49e4e..e384f284 100644 --- a/alliance/src/genlib/src/dpgen_Shifter.c +++ b/alliance/src/genlib/src/dpgen_Shifter.c @@ -25,6 +25,9 @@ Author: Frédéric Pétrot Date : 1/10/2000 $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 Merging GenLib & DpGen. @@ -80,12 +83,12 @@ */ -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 "dpgen_Defs.h" -# include "dgn.h" +#include "util_Defs.h" +#include "dpgen_Defs.h" +#include "dgn.h" int ln2p(int n) @@ -100,7 +103,7 @@ int i = 0, j = n & 1; return i + (j > 1); } -chain_list *c; /* To free the allocated names */ +static chain_list *c; /* To free the allocated names */ void freestr() {