From: Tanya Lattner Date: Tue, 22 Jun 2004 03:48:17 +0000 (+0000) Subject: Fixing broken link to gcc manual X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ca26c3e3b6809fa29ea63cbf83fe73f53f1c4452;p=oota-llvm.git Fixing broken link to gcc manual git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14312 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ed8bb50f474..6fb42b27524 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -545,7 +545,7 @@ work:
  • Labels as Values: Getting pointers to labels and computed gotos.
  • Statement Exprs: Putting statements and declarations inside expressions.
  • Typeof: typeof: referring to the type of an expression.
  • -
  • Lvalues: Using ?:, "," and casts in lvalues.
  • +
  • Lvalues: Using ?:, "," and casts in lvalues.
  • Conditionals: Omitting the middle operand of a ?: expression.
  • Long Long: Double-word integers.
  • Complex: Data types for complex numbers.