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
Jens Gustedt
P99 - macros and functions for C99
Commits
6987386f
Commit
6987386f
authored
Dec 10, 2012
by
Jens Gustedt
Browse files
add two reverted outer operations to P99_FOR
parent
602e0ef4
Changes
1
Hide whitespace changes
Inline
Side-by-side
p99/p99_for.h
View file @
6987386f
...
...
@@ -111,6 +111,8 @@ P00_DOCUMENT_MACRO_ARGUMENT(P99_FOR, 3)
#define P00_SEP(NAME, I, REC, X) REC; X
#define P00_SER(NAME, I, REC, X) REC X
#define P00_REV(NAME, I, REC, X) X, REC
#define P00_PES(NAME, I, REC, X) X; REC
#define P00_RES(NAME, I, REC, X) X REC
/**
** @brief generate lists of names of the form <code>NAME0, NAME1, ...</code>
...
...
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