|
14 | 14 | * Copyright (c) 2014-2019 Research Organization for Information Science |
15 | 15 | * and Technology (RIST). All rights reserved. |
16 | 16 | * Copyright (c) 2015-2019 Intel, Inc. All rights reserved. |
17 | | - * Copyright (c) 2018 Amazon.com, Inc. or its affiliates. All Rights reserved. |
| 17 | + * Copyright (c) 2018-2021 Amazon.com, Inc. or its affiliates. All Rights reserved. |
18 | 18 | * Copyright (c) 2018 FUJITSU LIMITED. All rights reserved. |
19 | 19 | * $COPYRIGHT$ |
20 | 20 | * |
@@ -287,7 +287,7 @@ void ompi_info_do_config(bool want_all) |
287 | 287 |
|
288 | 288 | if (OMPI_FORTRAN_HAVE_IGNORE_TKR) { |
289 | 289 | /* OMPI_FORTRAN_IGNORE_TKR_PREDECL is already in quotes; it |
290 | | - didn't work consistently to put it in _STRINGIFY because |
| 290 | + didn't work consistently to put it in PLATFORM_STRINGIFY because |
291 | 291 | sometimes the compiler would actually interpret the pragma |
292 | 292 | in there before stringify-ing it. */ |
293 | 293 | (void)opal_asprintf(&fortran_have_ignore_tkr, "yes (%s)", |
@@ -336,9 +336,9 @@ void ompi_info_do_config(bool want_all) |
336 | 336 | opal_info_out("C compiler absolute", "compiler:c:absolute", |
337 | 337 | OPAL_CC_ABSOLUTE); |
338 | 338 | opal_info_out("C compiler family name", "compiler:c:familyname", |
339 | | - _STRINGIFY(OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME)); |
| 339 | + PLATFORM_STRINGIFY(OPAL_BUILD_PLATFORM_COMPILER_FAMILYNAME)); |
340 | 340 | opal_info_out("C compiler version", "compiler:c:version", |
341 | | - _STRINGIFY(OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR)); |
| 341 | + PLATFORM_STRINGIFY(OPAL_BUILD_PLATFORM_COMPILER_VERSION_STR)); |
342 | 342 |
|
343 | 343 | if (want_all) { |
344 | 344 | opal_info_out_int("C char size", "compiler:c:sizeof:char", sizeof(char)); |
|
0 commit comments