Narrow array subscripts correctly, even in the presence of other datatype errors (so we do not generate error messages for array subscripts that do not contain errors).
include ../common.mk
lib_LIBRARIES = libabsyntax.a
libabsyntax_a_SOURCES = \
absyntax.cc \
visitor.cc