Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
1cb6964c
Commit
1cb6964c
authored
Aug 01, 2002
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the needed_to_make_release_happy variables which aren't any
more <wink>, and cause gcc to give spurious warnings.
parent
6c0a5e9c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
lib/Components/BTree/IIBTree.c
lib/Components/BTree/IIBTree.c
+1
-3
lib/Components/BTree/IOBTree.c
lib/Components/BTree/IOBTree.c
+1
-4
lib/Components/BTree/OIBTree.c
lib/Components/BTree/OIBTree.c
+1
-4
No files found.
lib/Components/BTree/IIBTree.c
View file @
1cb6964c
...
...
@@ -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"
lib/Components/BTree/IOBTree.c
View file @
1cb6964c
...
...
@@ -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"
lib/Components/BTree/OIBTree.c
View file @
1cb6964c
...
...
@@ -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"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment