Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: ppapi/generators/test_cgen/interface.idl

Issue 7272043: Update Lexer/Parser to support '#inline' and 'label' (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/generators/test_cgen/interface.idl
===================================================================
--- ppapi/generators/test_cgen/interface.idl (revision 90352)
+++ ppapi/generators/test_cgen/interface.idl (working copy)
@@ -13,8 +13,8 @@
/* struct iface1 {
int8_t (*mem1)(int16_t x, int32_t y);
- int32_t (*mem2)(const ist* a);
- int32_t (*mem3)(ist* b);
+ int32_t (*mem2)(const struct ist* a);
+ int32_t (*mem3)(struct ist* b);
}; */
interface iface1 {

Powered by Google App Engine
This is Rietveld 408576698