Silence missing-initializer warnings for gcc

This commit is contained in:
Max Brunsfeld 2014-04-12 20:16:16 -07:00
parent 02f3fe2b04
commit 5145bba53d
6 changed files with 33 additions and 15 deletions

View file

@ -9,13 +9,6 @@ extern "C" {
#include <stdio.h>
#include "tree_sitter/runtime.h"
/*
* Parsing DSL Macros
*
* Generated parser use these macros. They prevent the code generator
* from having too much knowledge of the runtime types and functions.
*/
//#define TS_DEBUG_PARSE
//#define TS_DEBUG_LEX