diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-13 01:04:18 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-09-13 01:04:18 +0000 |
commit | 0b67f687f8c1f2ba204c07ce2ab0f448b5427987 (patch) | |
tree | 7bc68cc714505a842f95c6794e5a70120ccf250d /libgomp/configure.ac | |
parent | 1bf9a81cc714e6d15c58adf70d7b6a695c3ce0d5 (diff) | |
download | gcc-0b67f687f8c1f2ba204c07ce2ab0f448b5427987.tar.gz |
libcpp:
PR c/28768
PR preprocessor/14634
* lex.c (lex_string): Pedwarn for unterminated literals.
libgomp:
* configure.ac (HAVE_CLOCK_GETTIME): Add missing second argument
to AC_DEFINE.
* configure: Regenerate.
gcc/testsuite:
* gcc.dg/cpp/include2.c, gcc.dg/cpp/macspace1.c,
gcc.dg/cpp/macspace2.c, gcc.dg/cpp/multiline.c,
gcc.dg/cpp/trad/literals-2.c: Update expected diagnostics.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r-- | libgomp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac index 5d11982b157..d6f960e3833 100644 --- a/libgomp/configure.ac +++ b/libgomp/configure.ac @@ -227,7 +227,7 @@ esac if test $ac_cv_func_clock_gettime = no; then AC_CHECK_LIB(rt, clock_gettime, [LIBS="-lrt $LIBS" - AC_DEFINE(HAVE_CLOCK_GETTIME, + AC_DEFINE(HAVE_CLOCK_GETTIME, 1, [Define to 1 if you have the `clock_gettime' function.])]) fi |