Commit 1cb6964c authored by Barry Warsaw's avatar Barry Warsaw

Removed the needed_to_make_release_happy variables which aren't any

more <wink>, and cause gcc to give spurious warnings.
parent 6c0a5e9c
......@@ -10,11 +10,9 @@
FOR A PARTICULAR PURPOSE
****************************************************************************/
/* $Id: IIBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $ */
/* $Id: IIBTree.c,v 1.8 2002/08/01 20:02:01 bwarsaw Exp $ */
#define INTKEY int
#define INTVAL int
static char *needed_to_make_release_happy="$Id: IIBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $";
#include "BTree.c"
......@@ -10,10 +10,7 @@
FOR A PARTICULAR PURPOSE
****************************************************************************/
/* $Id: IOBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $ */
static char *needed_to_make_release_happy=
"$Id: IOBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $";
/* $Id: IOBTree.c,v 1.8 2002/08/01 20:02:01 bwarsaw Exp $ */
#define INTKEY int
#include "BTree.c"
......@@ -10,10 +10,7 @@
FOR A PARTICULAR PURPOSE
****************************************************************************/
/* $Id: OIBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $ */
static char *needed_to_make_release_happy=
"$Id: OIBTree.c,v 1.7 2001/11/28 15:50:50 matt Exp $";
/* $Id: OIBTree.c,v 1.8 2002/08/01 20:02:01 bwarsaw Exp $ */
#define INTVAL int
#include "BTree.c"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment