tinyvm/include/tvm
Jeff Epler 75f2a1e43e Move definition of tvm_opcode_map, tvm_register_map out of header
.. the previous arrangement lead to compiler diagnostics when
building with 'scan-build make':

include/tvm/tvm_tokens.h:17:20: error: ‘tvm_register_map’ defined but not used [-Werror=unused-variable]
 static const char *tvm_register_map[] = {
                    ^~~~~~~~~~~~~~~~
include/tvm/tvm_tokens.h:7:20: error: ‘tvm_opcode_map’ defined but not used [-Werror=unused-variable]
 static const char *tvm_opcode_map[] = {
                    ^~~~~~~~~~~~~~
cc1: all warnings being treated as errors
2018-03-17 13:46:24 -05:00
..
tvm.h tvm_step: use double pointer to args array 2017-02-12 11:38:01 -08:00
tvm_file.h Made pointer syntax consistent 2013-01-23 11:06:19 -07:00
tvm_htab.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_lexer.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_memory.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_parser.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_preprocessor.h tvm_preprocess: update *src after (re)allocating memory 2017-02-12 11:51:06 -08:00
tvm_program.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_stack.h Refactor with a consistent coding style 2016-08-28 20:31:12 -07:00
tvm_tokens.h Move definition of tvm_opcode_map, tvm_register_map out of header 2018-03-17 13:46:24 -05:00