Code Review
/
vpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6fa74c6
)
vppinfra: fix vec_validate_init_empty_aligned macro
08/7008/2
author
Damjan Marion
<
[email protected]
>
Mon, 5 Jun 2017 19:53:39 +0000
(21:53 +0200)
committer
Florin Coras
<
[email protected]
>
Mon, 5 Jun 2017 23:39:22 +0000
(23:39 +0000)
Change-Id: Ieafd00c7d03fe5c090808c7af4aa2f86974a092e
Signed-off-by: Damjan Marion <
[email protected]
>
src/vppinfra/vec.h
patch
|
blob
|
history
diff --git
a/src/vppinfra/vec.h
b/src/vppinfra/vec.h
index
d70e9ce
..
1994d81
100644
(file)
--- a/
src/vppinfra/vec.h
+++ b/
src/vppinfra/vec.h
@@
-495,7
+495,7
@@
do { \
@param A alignment (may be zero)
@return V (value-result macro parameter)
*/
-#define vec_validate_init_empty_aligned(V,I,A) \
+#define vec_validate_init_empty_aligned(V,I,
INIT,
A) \
vec_validate_init_empty_ha(V,I,INIT,0,A)
/** \brief Add 1 element to end of vector (general version).