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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
f16bd38a
Commit
f16bd38a
authored
Apr 30, 1996
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
bugfix
Rev: bin/htmlify_docs.lpc:1.9 Rev: src/peep.in:1.2
parent
ff2ffc38
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/htmlify_docs.lpc
+2
-0
2 additions, 0 deletions
bin/htmlify_docs.lpc
src/peep.in
+1
-1
1 addition, 1 deletion
src/peep.in
with
3 additions
and
1 deletion
bin/htmlify_docs.lpc
+
2
−
0
View file @
f16bd38a
...
@@ -417,6 +417,8 @@ string convert_page(string path, string fname)
...
@@ -417,6 +417,8 @@ string convert_page(string path, string fname)
subpages[fname+"-
>
"+part_name]=path+"#"+part_name;
subpages[fname+"-
>
"+part_name]=path+"#"+part_name;
}
}
case "RETURN VALUE":
case "RETURN VALUES":
case "DESCRIPTION":
case "DESCRIPTION":
case "NOTA BENE":
case "NOTA BENE":
case "BUGS":
case "BUGS":
...
...
This diff is collapsed.
Click to expand it.
src/peep.in
+
1
−
1
View file @
f16bd38a
...
@@ -45,7 +45,7 @@ NOT BRANCH_WHEN_ZERO: BRANCH_WHEN_NON_ZERO($2a)
...
@@ -45,7 +45,7 @@ NOT BRANCH_WHEN_ZERO: BRANCH_WHEN_NON_ZERO($2a)
BRANCH !LABEL : BRANCH($1a)
BRANCH !LABEL : BRANCH($1a)
RETURN !LABEL : RETURN
RETURN !LABEL : RETURN
RETURN_0 !LABEL : RETURN_0
RETURN_0 !LABEL : RETURN_0
BRANCH LABEL ($1a) :
BRANCH LABEL ($1a) :
LABEL ($1a)
LOCAL_LVALUE INC : INC_LOCAL ($1a)
LOCAL_LVALUE INC : INC_LOCAL ($1a)
LOCAL_LVALUE POST_INC : POST_INC_LOCAL ($1a)
LOCAL_LVALUE POST_INC : POST_INC_LOCAL ($1a)
...
...
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