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
pub
frama-c
Commits
73ef7e4f
Commit
73ef7e4f
authored
Sep 28, 2017
by
Kostyantyn Vorobyov
Committed by
Julien Signoles
Feb 20, 2018
Browse files
Couple of comments
parent
9e534858
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/e-acsl/share/e-acsl/e_acsl_alias.h
View file @
73ef7e4f
...
...
@@ -32,7 +32,9 @@
/* Concatenation of 2 tokens */
# define preconcat(x,y) x ## y
# define concat(x,y) preconcat(x,y)
/** Prefix of public functions */
# define export_prefix __e_acsl_
/** Add public prefix to an identifier */
# define export_alias(_n) concat(export_prefix, _n)
#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