c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "if (ENABL...
authorIlya Verbin <ilya.verbin@intel.com>
Tue, 24 Nov 2015 21:04:47 +0000 (21:04 +0000)
committerIlya Verbin <iverbin@gcc.gnu.org>
Tue, 24 Nov 2015 21:04:47 +0000 (21:04 +0000)
commit688c4de0a35ea5b0743faa7f8f6435fe82498332
treed2f070511fae8c8e6b0d48f0ce033b763a40c1e7
parentba6a6a1d44c17f25671162c00dafd9959818667f
c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "if (ENABLE_OFFLOADING)".

gcc/c/
* c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING"
with "if (ENABLE_OFFLOADING)".
gcc/cp/
* parser.c (cp_parser_oacc_declare): replace "ifdef enable_offloading"
with "if (enable_offloading)".

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