[cfe-commits] r90833 - /cfe/trunk/docs/BlockImplementation.txt

Zhongxing Xu xuzhongxing at gmail.com
Mon Dec 7 21:05:29 PST 2009


Author: zhongxingxu
Date: Mon Dec  7 23:05:26 2009
New Revision: 90833

URL: http://llvm.org/viewvc/llvm-project?rev=90833&view=rev
Log:
brace completion.

Modified:
    cfe/trunk/docs/BlockImplementation.txt

Modified: cfe/trunk/docs/BlockImplementation.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/BlockImplementation.txt?rev=90833&r1=90832&r2=90833&view=diff

==============================================================================
--- cfe/trunk/docs/BlockImplementation.txt (original)
+++ cfe/trunk/docs/BlockImplementation.txt Mon Dec  7 23:05:26 2009
@@ -292,7 +292,7 @@
     int flags;   //refcount;
     int size;
     int captured_i;
-  } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11;
+  } i = { NULL, &i, 0, sizeof(struct _block_byref_i), 11 };
 
   i.forwarding->captured_i = 11;
 





More information about the cfe-commits mailing list