Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
27645f76
Commit
27645f76
authored
Mar 14, 2018
by
John van Groningen
Browse files
fix setting the stack size
parent
20c39070
Changes
1
Show whitespace changes
Inline
Side-by-side
cpm/CpmLogic.icl
View file @
27645f76
...
...
@@ -162,7 +162,7 @@ where
set_project_option
(
HeapSize
hs
)
project
=
PR_SetApplicationOptions
{
PR_GetApplicationOptions
project
&
hs
=
hs
}
project
set_project_option
(
StackSize
ss
)
project
=
PR_SetApplicationOptions
{
PR_GetApplicationOptions
project
&
h
s
=
ss
}
project
=
PR_SetApplicationOptions
{
PR_GetApplicationOptions
project
&
s
s
=
ss
}
project
doProjectAction
_
_
_
_
world
=
help
"cpm project <projectfile> <action>"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment