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
db81f5d1
Commit
db81f5d1
authored
29 years ago
by
David Hedbor
Browse files
Options
Downloads
Patches
Plain Diff
wef
Rev: src/opcodes.c:1.3
parent
daedff40
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/opcodes.c
+3
-3
3 additions, 3 deletions
src/opcodes.c
with
3 additions
and
3 deletions
src/opcodes.c
+
3
−
3
View file @
db81f5d1
...
@@ -253,11 +253,11 @@ static int read_set(char *match,int cnt,char *set,int match_len)
...
@@ -253,11 +253,11 @@ static int read_set(char *match,int cnt,char *set,int match_len)
static
INT32
low_sscanf
(
INT32
num_arg
)
static
INT32
low_sscanf
(
INT32
num_arg
)
{
{
char
*
input
;
char
*
input
;
int
input_len
;
INT32
input_len
;
char
*
match
;
char
*
match
;
int
match_len
;
INT32
match_len
;
struct
svalue
sval
;
struct
svalue
sval
;
int
e
,
cnt
,
matches
,
eye
,
arg
;
INT32
e
,
cnt
,
matches
,
eye
,
arg
;
int
no_assign
;
int
no_assign
;
char
set
[
256
];
char
set
[
256
];
struct
svalue
*
argp
;
struct
svalue
*
argp
;
...
...
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