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
mpim-sw
libcdi
Commits
1dc2e114
Commit
1dc2e114
authored
Aug 07, 2014
by
Thomas Jahns
🤸
Browse files
Convert symbolic constant EXT_HEADER_LEN from define into enum.
parent
0ebeb002
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/extralib.c
View file @
1dc2e114
...
...
@@ -19,7 +19,9 @@
#define SINGLE_PRECISION 4
#define DOUBLE_PRECISION 8
#define EXT_HEADER_LEN 4
enum
{
EXT_HEADER_LEN
=
4
,
};
static
int
initExtLib
=
0
;
...
...
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