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
ec192621
Commit
ec192621
authored
23 years ago
by
Martin Stjernholm
Browse files
Options
Downloads
Patches
Plain Diff
Some more declarations.
Rev: src/pike_types.h:1.72
parent
e743b7e5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pike_types.h
+5
-1
5 additions, 1 deletion
src/pike_types.h
with
5 additions
and
1 deletion
src/pike_types.h
+
5
−
1
View file @
ec192621
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
\*/
\*/
/*
/*
* $Id: pike_types.h,v 1.7
1
2001/0
4/01 15:40:22 grubba
Exp $
* $Id: pike_types.h,v 1.7
2
2001/0
8/30 23:32:16 mast
Exp $
*/
*/
#ifndef PIKE_TYPES_H
#ifndef PIKE_TYPES_H
#define PIKE_TYPES_H
#define PIKE_TYPES_H
...
@@ -35,6 +35,9 @@ struct pike_type
...
@@ -35,6 +35,9 @@ struct pike_type
struct
pike_type
*
cdr
;
struct
pike_type
*
cdr
;
};
};
#include
"block_alloc_h.h"
BLOCK_ALLOC
(
pike_type
,
n
/
a
)
/* pike_type flags: */
/* pike_type flags: */
#define PT_FLAG_MARKER 1
/* Type contains markers. */
#define PT_FLAG_MARKER 1
/* Type contains markers. */
...
@@ -375,6 +378,7 @@ int pike_type_allow_premature_toss(struct pike_type *type);
...
@@ -375,6 +378,7 @@ int pike_type_allow_premature_toss(struct pike_type *type);
#endif
/* !USE_PIKE_TYPE */
#endif
/* !USE_PIKE_TYPE */
#ifdef DEBUG_MALLOC
#ifdef DEBUG_MALLOC
void
describe_all_types
(
void
);
#define pop_type() ((struct pike_type *)debug_malloc_pass(debug_pop_type()))
#define pop_type() ((struct pike_type *)debug_malloc_pass(debug_pop_type()))
#define compiler_pop_type() ((struct pike_type *)debug_malloc_pass(debug_compiler_pop_type()))
#define compiler_pop_type() ((struct pike_type *)debug_malloc_pass(debug_compiler_pop_type()))
#define pop_unfinished_type() \
#define pop_unfinished_type() \
...
...
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