Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
0044d63d
Commit
0044d63d
authored
30 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Test NDEFENSIVE_CHECKS instead of DEFENSIVE_CHECKS.
parent
bb87e9d7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/membership.c
+4
-4
4 additions, 4 deletions
src/server/membership.c
with
4 additions
and
4 deletions
src/server/membership.c
+
4
−
4
View file @
0044d63d
/*
* $Id: membership.c,v 0.
19
1994/0
4/05 08:02:22
ceder Exp $
* $Id: membership.c,v 0.
20
1994/0
6/18 20:27:05
ceder Exp $
* Copyright (C) 1991, 1992, 1993, 1994 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -31,7 +31,7 @@
#define DEBUG_MARK_AS_READ
static
char
*
rcsid
=
"$Id: membership.c,v 0.
19
1994/0
4/05 08:02:22
ceder Exp $"
;
static
char
*
rcsid
=
"$Id: membership.c,v 0.
20
1994/0
6/18 20:27:05
ceder Exp $"
;
#include
"rcs.h"
USE
(
rcsid
);
...
...
@@ -306,7 +306,7 @@ adjust_read( Membership * m,
Local_text_no
conf_max
;
/* Highest used local_text_no in conf */
Local_text_no
conf_min
;
/* Lowest used local_text_no in conf */
Bool
ready
;
#ifdef DEFENSIVE_CHECKS
#if
n
def
N
DEFENSIVE_CHECKS
Local_text_no
prev
;
#endif
...
...
@@ -366,7 +366,7 @@ adjust_read( Membership * m,
}
}
#ifdef DEFENSIVE_CHECKS
#if
n
def
N
DEFENSIVE_CHECKS
/* Check that the items in read_texts really ARE sorted in ascending order.
If not, there is probably a bug in this routine or in mark_as_read */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment