From: Thomas Schwinge Date: Fri, 11 Oct 2013 10:41:34 +0000 (+0200) Subject: omp.h.in: Don't touch the user's namespace. X-Git-Tag: releases/gcc-4.9.0~3600 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a81c218ee9c0debf6c71d0838ff6c6037b0729;p=thirdparty%2Fgcc.git omp.h.in: Don't touch the user's namespace. libgomp/ * omp.h.in: Don't touch the user's namespace. From-SVN: r203411 --- diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 557b80a73172..9cc0df28e495 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 4fc123669eca..1db5d6ba5226 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 */