Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
044dc0c2
Commit
044dc0c2
authored
Aug 21, 2017
by
Swann Perarnau
Browse files
[fix] remove extra parameter to ifndef
preprocessor macro ifndef takes a single argument.
parent
8600226a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aml.c
View file @
044dc0c2
...
...
@@ -14,7 +14,7 @@
#define PAGE_SIZE 4096
#endif
#ifndef MAX_NUMNODES
64
#ifndef MAX_NUMNODES
#define MAX_NUMNODES 64
#endif
...
...
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