

// to be included in "custom_errors.h":

EMAC(notastring, "not a string"),					  // String::StrVal()
	EMAC(nofinalquotes, "unterminated text literal"), // String::StrVal()
