From ca26c3e3b6809fa29ea63cbf83fe73f53f1c4452 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Tue, 22 Jun 2004 03:48:17 +0000 Subject: [PATCH] Fixing broken link to gcc manual git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14312 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.