From 78537e455bed00abf109a9c751c226803d4cd86c Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Wed, 8 Dec 2004 18:29:38 +0000 Subject: [PATCH] Fixed a broken link to gcc manual. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18649 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 a72800e243a..a637383db03 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -536,7 +536,7 @@ or arrays as values.
  • Case Ranges: `case 1 ... 9' and such.
  • Mixed Declarations: Mixing declarations and code.
  • Function Prototypes: Prototype declarations and old-style definitions.
  • -
  • C++ Comments: C++ comments are recognized.
  • +
  • C++ Comments: C++ comments are recognized.
  • Dollar Signs: Dollar sign is allowed in identifiers.
  • Character Escapes: \e stands for the character <ESC>.
  • Alignment: Inquiring about the alignment of a type or variable.