Code drop from //branches/cupcake/...@124589

This commit is contained in:
The Android Open Source Project
2008-12-17 18:03:48 -08:00
parent a27d2baa0c
commit 4e468ed2eb
287 changed files with 11498 additions and 344 deletions

View File

@@ -1799,7 +1799,7 @@ class BlockList:
bad = 0
if tok.id in [tokLN, tokSPACE]:
pass
elif tok.value in [ 'struct', 'typedef', 'enum', 'union' ]:
elif tok.value in [ 'struct', 'typedef', 'enum', 'union', '__extension__' ]:
state = 1
else:
if tok.value in [ 'static', 'extern', '__KINLINE' ]: