RE: [sv-bc] Data_declaration bnf

From: Bresticker, Shalom <shalom.bresticker_at_.....>
Date: Mon Aug 25 2008 - 01:13:02 PDT
Why can't const and var be used together?
 
Shalom


________________________________

	From: owner-sv-bc@server.eda.org
[mailto:owner-sv-bc@server.eda.org] On Behalf Of Daniel Mlynek
	Sent: Monday, August 25, 2008 10:58 AM
	To: sv-bc@server.eda-stds.org
	Subject: [sv-bc] Data_declaration bnf
	
	

	There is
	
	data_declaration ::= // from A.2.1.3
	
	    [ const ] [ var ] [ lifetime ] data_type_or_implicit
list_of_variable_decl_assignments ;
	
	but const and var cannot be used together - so maybe it would be
better::
	
	     [ const | var ] [ lifetime ] data_type_or_implicit
list_of_variable_decl_assignments ;
	
	
	
	DANiel
	
	


	-- 
	This message has been scanned for viruses and 
	dangerous content by MailScanner <http://www.mailscanner.info/>
, and is 
	believed to be clean. 

---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Mon Aug 25 01:15:29 2008

This archive was generated by hypermail 2.1.8 : Mon Aug 25 2008 - 01:17:53 PDT