Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
pikelang
pike
Commits
3d83bc01
Commit
3d83bc01
authored
25 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Removed the prototype for the static function call_destroy().
Rev: src/object.h:1.39
parent
7a76e8f6
Branches
Branches containing commit
Tags
Tags containing commit
Loading
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/object.h
+1
-2
1 addition, 2 deletions
src/object.h
with
1 addition
and
2 deletions
src/object.h
+
1
−
2
View file @
3d83bc01
...
...
@@ -5,7 +5,7 @@
\*/
/*
* $Id: object.h,v 1.3
8
2000/03/2
6
1
4:16:42
grubba Exp $
* $Id: object.h,v 1.3
9
2000/03/2
8
1
7:59:14
grubba Exp $
*/
#ifndef OBJECT_H
#define OBJECT_H
...
...
@@ -61,7 +61,6 @@ struct object *get_master(void);
struct
object
*
debug_master
(
void
);
struct
destroy_called_mark
;
PTR_HASH_ALLOC
(
destroy_called_mark
,
128
)
static
void
call_destroy
(
struct
object
*
o
,
int
foo
);
void
low_destruct
(
struct
object
*
o
,
int
do_free
);
void
destruct
(
struct
object
*
o
);
void
destruct_objects_to_destruct
(
void
);
...
...
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