mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-11-24 12:44:04 +08:00
test-art: Fix comment in types.h
The comment references INCLUDE_MEMORY but the code actually checks INCLUDE_VECTOR. So fix up the comment to mention INCLUDE_VECTROR. Pushed as obvious. gcc/ChangeLog: * text-art/types.h: Fix comment. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
This commit is contained in:
parent
982d10b74b
commit
76c2023294
@ -23,7 +23,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
/* This header uses std::vector, but <vector> can't be directly
|
||||
included due to issues with macros. Hence it must be included from
|
||||
system.h by defining INCLUDE_MEMORY in any source file using it. */
|
||||
system.h by defining INCLUDE_VECTOR in any source file using it. */
|
||||
|
||||
#ifndef INCLUDE_VECTOR
|
||||
# error "You must define INCLUDE_VECTOR before including system.h to use text-art/types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user