mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
omp.h.in: Don't touch the user's namespace.
libgomp/ * omp.h.in: Don't touch the user's namespace. From-SVN: r203411
This commit is contained in:
parent
d122744782
commit
71a81c218e
@ -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>
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user