Changed UTF-8 emdashes to --- ala Dmitri Gribenko's comments.

llvm-svn: 170643
This commit is contained in:
Michael Gottesman 2012-12-20 03:23:49 +00:00
parent 73495897b1
commit 5cf1f65dc9
1 changed files with 7 additions and 7 deletions

View File

@ -11,13 +11,13 @@ Language Specification for Blocks
Revisions
=========
- 2008/2/25 created
- 2008/7/28 revised, __block syntax
- 2008/8/13 revised, Block globals
- 2008/8/21 revised, C++ elaboration
- 2008/11/1 revised, __weak support
- 2009/1/12 revised, explicit return types
- 2009/2/10 revised, __block objects need retain
- 2008/2/25 --- created
- 2008/7/28 --- revised, __block syntax
- 2008/8/13 --- revised, Block globals
- 2008/8/21 --- revised, C++ elaboration
- 2008/11/1 --- revised, __weak support
- 2009/1/12 --- revised, explicit return types
- 2009/2/10 --- revised, __block objects need retain
Overview
========