projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f2a66c
)
fix typo
author
Nathan Sidwell
<nathan@gcc.gnu.org>
Mon, 28 Jun 2004 10:54:57 +0000
(10:54 +0000)
committer
Nathan Sidwell
<nathan@gcc.gnu.org>
Mon, 28 Jun 2004 10:54:57 +0000
(10:54 +0000)
From-SVN: r83774
gcc/vec.h
patch
|
blob
|
history
diff --git
a/gcc/vec.h
b/gcc/vec.h
index 42d1c1f631006522b9a4a3856f7df235e5a3b818..d0cc477688b45a5105f7748bc28d376f36132791 100644
(file)
--- a/
gcc/vec.h
+++ b/
gcc/vec.h
@@
-287,7
+287,7
@@
static inline TDEF VEC_OP (TDEF,last) \
{ \
VEC_ASSERT (vec_ && vec_->num, "last", TDEF); \
\
- return vec_->vec[vec
->num - 1];
\
+ return vec_->vec[vec
_->num - 1];
\
} \
\
static inline TDEF VEC_OP (TDEF,index) \