]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
omp.h.in: Don't touch the user's namespace.
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 11 Oct 2013 10:41:34 +0000 (12:41 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 11 Oct 2013 10:41:34 +0000 (12:41 +0200)
libgomp/
* omp.h.in: Don't touch the user's namespace.

From-SVN: r203411

libgomp/ChangeLog
libgomp/omp.h.in

index 557b80a731727150f263883c0bb90f864325545f..9cc0df28e4954ccbf3a96f24856693e28ea8d05b 100644 (file)
@@ -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>
index 4fc123669ecad60637cfd9cc67b1686cb8339dfe..1db5d6ba5226dbe9733f9f6e8d745136907e68de 100644 (file)
@@ -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 */