Chromium Code Reviews| Index: ppapi/generators/generator.py |
| =================================================================== |
| --- ppapi/generators/generator.py (revision 108672) |
| +++ ppapi/generators/generator.py (working copy) |
| @@ -26,7 +26,7 @@ |
| # If no arguments are provided, assume we are tring to rebuild the |
| # C headers with warnings off. |
| - if not args: args = ['--wnone', '--cgen', '--range=M13,M16'] |
| + if not args: args = ['--wnone', '--cgen', '--range=start,end'] |
| sys.exit(Main(args)) |