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
e29cb78d
Commit
e29cb78d
authored
23 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Added missing prototype which caused the WIN32 and WIN64 build to fail.
Rev: src/interpret.h:1.103
parent
38efee9a
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/interpret.h
+2
-1
2 additions, 1 deletion
src/interpret.h
with
2 additions
and
1 deletion
src/interpret.h
+
2
−
1
View file @
e29cb78d
...
...
@@ -5,7 +5,7 @@
\*/
/*
* $Id: interpret.h,v 1.10
2
2001/09/01
00:27:31 h
ubb
e
Exp $
* $Id: interpret.h,v 1.10
3
2001/09/01
11:12:20 gr
ubb
a
Exp $
*/
#ifndef INTERPRET_H
#define INTERPRET_H
...
...
@@ -356,6 +356,7 @@ BLOCK_ALLOC(pike_frame,128)
PMOD_EXPORT
void
find_external_context
(
struct
external_variable_context
*
loc
,
int
arg2
);
void
really_free_pike_scope
(
struct
pike_frame
*
scope
);
int
low_mega_apply
(
enum
apply_type
type
,
INT32
args
,
void
*
arg1
,
void
*
arg2
);
void
low_return
(
void
);
void
low_return_pop
(
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