Bug 918651 - part 10 - remove the |USING CxxType| rule from the IPDL grammar; r=ehsan

This commit is contained in:
Nathan Froyd 2013-10-18 15:04:07 -04:00
Родитель 61378e49b8
Коммит 0778377b21
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -274,8 +274,7 @@ def p_IncludeStmt(p):
p[0] = inc
def p_UsingStmt(p):
"""UsingStmt : USING CxxType
| USING CxxType FROM STRING
"""UsingStmt : USING CxxType FROM STRING
| USING CLASS CxxType FROM STRING
| USING STRUCT CxxType FROM STRING"""
if 6 == len(p):