From 6bdfe4ab583f17c342c705c2351dddfb967ec11a Mon Sep 17 00:00:00 2001 From: tschwinge Date: Fri, 11 Oct 2013 10:41:34 +0000 Subject: libgomp/ * omp.h.in: Don't touch the user's namespace. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203411 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog | 4 ++++ libgomp/omp.h.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'libgomp') diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 557b80a7317..9cc0df28e49 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,7 @@ +2013-10-11 Thomas Schwinge + + * omp.h.in: Don't touch the user's namespace. + 2013-10-11 Jakub Jelinek Tobias Burnus Richard Henderson diff --git a/libgomp/omp.h.in b/libgomp/omp.h.in index 4fc123669ec..1db5d6ba522 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 . */ -#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 */ -- cgit v1.2.1