diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-10-11 12:41:34 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-10-11 12:41:34 +0200 |
commit | 71a81c218ee9c0debf6c71d0838ff6c6037b0729 (patch) | |
tree | 37cd63dc28af6180b88220773bcff5a30477c753 | |
parent | d1227447828bafb8f5360e387aa9312ab2c4d95e (diff) | |
download | gcc-71a81c218ee9c0debf6c71d0838ff6c6037b0729.zip gcc-71a81c218ee9c0debf6c71d0838ff6c6037b0729.tar.gz gcc-71a81c218ee9c0debf6c71d0838ff6c6037b0729.tar.bz2 |
omp.h.in: Don't touch the user's namespace.
libgomp/
* omp.h.in: Don't touch the user's namespace.
From-SVN: r203411
-rw-r--r-- | libgomp/ChangeLog | 4 | ||||
-rw-r--r-- | libgomp/omp.h.in | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 557b80a..9cc0df2 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-11 Thomas Schwinge <thomas@codesourcery.com> + + * omp.h.in: Don't touch the user's namespace. + 2013-10-11 Jakub Jelinek <jakub@redhat.com> Tobias Burnus <burnus@net-b.de> Richard Henderson <rth@redhat.com> diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in index 4fc1236..1db5d6b 100644 --- a/libgomp/omp.h.in +++ b/libgomp/omp.h.in @@ -22,8 +22,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef OMP_H -#define OMP_H 1 +#ifndef _OMP_H +#define _OMP_H 1 #ifndef _LIBGOMP_OMP_LOCK_DEFINED #define _LIBGOMP_OMP_LOCK_DEFINED 1 @@ -124,4 +124,4 @@ extern int omp_is_initial_device (void) __GOMP_NOTHROW; } #endif -#endif /* OMP_H */ +#endif /* _OMP_H */ |