/**
* Only check for strictRef setting if this really looks like a macro,
* so strict mode doesn't balk at things like #E0E0E0 in a template.
*/
Token t = node.getLastToken();
DEBUG.P("t.image="+t.image);
DEBUG.P("t.image.charAt(0)="+t.image.charAt(0));
if (t.image.charAt(0) == ')')