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
sapl-interpreter
Commits
b1597e3a
Commit
b1597e3a
authored
Mar 10, 2016
by
Laszlo Domoszlai
Browse files
more AppNames
parent
9878014b
Changes
2
Hide whitespace changes
Inline
Side-by-side
interpreter/desc.c
View file @
b1597e3a
...
...
@@ -114,4 +114,4 @@ struct FunEntry* __ARRAY__;
struct
FunEntry
*
__FORWARD_PTR__
;
char
*
appNames
[]
=
{
"App1"
,
"App2"
,
"App3"
,
"App4"
,
"App5"
};
\ No newline at end of file
char
*
appNames
[]
=
{
"App1"
,
"App2"
,
"App3"
,
"App4"
,
"App5"
,
"App6"
,
"App7"
,
"App8"
,
"App9"
};
\ No newline at end of file
interpreter/parse.c
View file @
b1597e3a
...
...
@@ -500,11 +500,13 @@ Code* parseApp(char **ptr, bool dynamic, bool tr) {
appEntry
->
args
[
i
]
=
parseTerm
(
ptr
);
if
(
appEntry
->
args
[
i
]
==
0
)
return
0
;
}
assert
(
appEntry
->
f
!=
NULL
);
return
(
Code
*
)
appEntry
;
}
else
{
{
return
(
Code
*
)
entry
;
}
}
...
...
Write
Preview
Markdown
is supported
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