Fix bug: when checking compatibility between GLOBAL and EXTERNAL variables, must only enforce GLOBAL CONSTANT => EXTERNAL CONSTANT.
Reverse CONSTANT implication is not enforced, and neither is RETAIN compatibility.
include ../common.mk
lib_LIBRARIES = libabsyntax.a
libabsyntax_a_SOURCES = \
absyntax.cc \
visitor.cc