UMINUS            111 lib/action/swf4compiler.y %right "++" "--" UMINUS '!'
UMINUS            749 lib/action/swf4compiler.y 	| '-' rhs_expr %prec UMINUS
UMINUS            112 lib/action/swf5compiler.y %right '!' '~' UMINUS
UMINUS           1039 lib/action/swf5compiler.y 	| '-' expr %prec UMINUS
UMINUS           1044 lib/action/swf5compiler.y 	| '~' expr %prec UMINUS
UMINUS           1332 lib/action/swf5compiler.y 	| '-' INTEGER %prec UMINUS
UMINUS           1340 lib/action/swf5compiler.y 	| '-' DOUBLE %prec UMINUS