libgomp/
* omp.h.in: Don't touch the user's namespace.
From-SVN: r203411
+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>
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
}
#endif
-#endif /* OMP_H */
+#endif /* _OMP_H */