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

Unified Diff: mojo/public/tools/bindings/pylib/mojom/parse/parser.py

Issue 291173010: Mojo: Mojom: Remove support for octal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: mojo/public/tools/bindings/pylib/mojom/parse/parser.py
diff --git a/mojo/public/tools/bindings/pylib/mojom/parse/parser.py b/mojo/public/tools/bindings/pylib/mojom/parse/parser.py
index 4c55e0e8263f69235600eeb11e632cad7f066b99..694594ab6c4d70809e688f1790b6b6c40fdff5ff 100644
--- a/mojo/public/tools/bindings/pylib/mojom/parse/parser.py
+++ b/mojo/public/tools/bindings/pylib/mojom/parse/parser.py
@@ -307,7 +307,6 @@ class Parser(object):
def p_constant(self, p):
"""constant : INT_CONST_DEC
- | INT_CONST_OCT
| INT_CONST_HEX
| FLOAT_CONST
| CHAR_CONST

Powered by Google App Engine
This is Rietveld 408576698