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
d888c5fc
Commit
d888c5fc
authored
28 years ago
by
Fredrik Hübinette (Hubbe)
Browse files
Options
Downloads
Patches
Plain Diff
some bugs fixed (nonconstant constants)
Rev: lib/modules/Simulate.pmod:1.3
parent
66d51c85
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
lib/modules/Simulate.pmod
+16
-16
16 additions, 16 deletions
lib/modules/Simulate.pmod
with
16 additions
and
16 deletions
lib/modules/Simulate.pmod
+
16
−
16
View file @
d888c5fc
...
@@ -51,21 +51,21 @@ string *map_regexp(string *s, string reg)
...
@@ -51,21 +51,21 @@ string *map_regexp(string *s, string reg)
}
}
constant PI = 3.1415926535897932384626433832795080;
constant PI = 3.1415926535897932384626433832795080;
constant
all_efuns = all_constants;
function
all_efuns = all_constants;
constant
explode = `/;
function
explode = `/;
constant
filter_array = filter;
function
filter_array = filter;
constant
map_array = map;
function
map_array = map;
constant
implode = `*;
function
implode = `*;
constant
m_indices = indices;
function
m_indices = indices;
constant
m_sizeof = sizeof;
function
m_sizeof = sizeof;
constant
m_values = values;
function
m_values = values;
constant
strstr = search;
function
strstr = search;
constant
sum = `+;
function
sum = `+;
constant
add_efun = add_constant;
function
add_efun = add_constant;
constant
l_sizeof = sizeof;
function
l_sizeof = sizeof;
constant
listp = multisetp;
function
listp = multisetp;
constant
mklist = mkmultiset;
function
mklist = mkmultiset;
constant
aggregate_list = aggregate_multiset;
function
aggregate_list = aggregate_multiset;
#if efun(gethostname)
#if efun(gethostname)
constant
query_host_name=gethostname;
function
query_host_name=gethostname;
#endif
#endif
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