added DUMMY_READ_VOLATILE:
[fw/sdcc] / src / SDCC.y
index 644ecc5196dce307a181e688905d42c00e4498a2..4d4d5fa2f17c9d348737c2ee90208834429bd146 100644 (file)
@@ -92,6 +92,7 @@ value *cenum = NULL  ;  /* current enumeration  type chain*/
 %token BITWISEAND UNARYMINUS IPUSH IPOP PCALL  ENDFUNCTION JUMPTABLE
 %token RRC RLC 
 %token CAST CALL PARAM NULLOP BLOCK LABEL RECEIVE SEND ARRAYINIT
+%token DUMMY_READ_VOLATILE
 
 %type <yyint>  Interrupt_storage
 %type <sym> identifier  declarator  declarator2 enumerator_list enumerator