From 919121bdf572b632cc5bfbbee502664682b26ab8 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 18 Apr 2010 23:18:45 -0400 Subject: Give backtraces for diagnostics from macros and include files. Partly this means that dmnsn_diagnostic() can't be called anywhere except during parsing, because the dmnsn_parse_location::parent pointers dangle. --- dimension/common.nonterminals | 1 + 1 file changed, 1 insertion(+) (limited to 'dimension/common.nonterminals') diff --git a/dimension/common.nonterminals b/dimension/common.nonterminals index 5bd7da6..1d39424 100644 --- a/dimension/common.nonterminals +++ b/dimension/common.nonterminals @@ -75,6 +75,7 @@ /* Floats */ %type FLOAT +%type INT %type FLOAT_LITERAL /* Vectors */ -- cgit v1.2.3