Skip to content
GitLab
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
47bcd535
Commit
47bcd535
authored
Aug 31, 2015
by
Laszlo Domoszlai
Browse files
some comments
parent
5924e7ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
interpreter/desc_base.h
View file @
47bcd535
...
...
@@ -12,8 +12,8 @@
struct
Desc
{
unsigned
int
type
:
3
;
unsigned
int
arity
:
8
;
// LIMITATION: maximum 32 arguments
unsigned
int
thunk_size
:
10
;
unsigned
int
arity
:
8
;
// LIMITATION: maximum 32 arguments
unsigned
int
thunk_size
:
10
;
// It gives false result for strings and arrays
};
#endif // __DESC_H
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment