]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c/ChangeLog
Fix some bool vs. tree confusion.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 23 May 2014 11:00:31 +0000 (13:00 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 23 May 2014 11:00:31 +0000 (13:00 +0200)
commitedbba2ceb53e6ebf98357d6036ee27b18cf5082c
treeb41363f3e3ead5e1eaa07be1ddc52b9495ab6858
parentd90838f96cc1c27fbd66d562464ccbcea54d4fe0
Fix some bool vs. tree confusion.

gcc/c/
* c-parser.c (c_parser_omp_target): Return bool values.
gcc/cp/
* parser.c (cp_parser_omp_target): Return bool values.

From-SVN: r210851
gcc/c/ChangeLog
gcc/c/c-parser.c
gcc/cp/ChangeLog
gcc/cp/parser.c