RE: [sv-bc] Optional parenthesis on task_prototype etc

From: Bresticker, Shalom <shalom.bresticker@intel.com>
Date: Fri Feb 19 2010 - 04:09:15 PST

I assume you mean OVM, not OVA.

Yes, we saw the same thing and have talked with the vendors, and the conclusion was the same.

Shalom

> -----Original Message-----
> From: owner-sv-bc@eda.org [mailto:owner-sv-bc@eda.org] On
> Behalf Of Wilson Snyder
> Sent: Friday, February 19, 2010 2:03 PM
> To: sv-bc@eda.org
> Subject: [sv-bc] Optional parenthesis on task_prototype etc
>
>
> Based on existing code in the OVA:
>
> extern virtual function string convert2string;
>
> I believe the following in appendix A:
>
> task_prototype ::=
> TASK task_identifier '(' [ tf_port_list ] ')'
> function_prototype ::=
> FUNCTION data_type_or_void function_identifier '(' [
> tf_port_list ] ')'
> class_constructor_prototype ::=
> FUNCTION NEW '(' [ tf_port_list ] ')' ';'
>
> should be:
>
> task_prototype ::=
> TASK task_identifier [ '(' [ tf_port_list ] ')' ]
> function_prototype ::=
> FUNCTION data_type_or_void function_identifier [ '(' [
> tf_port_list ] ')' ]
> class_constructor_prototype ::=
> FUNCTION NEW [ '(' [ tf_port_list ] ')' ] ';'
>
> IE the parenthesis should be optional to match how non-prototypes can
> already be declared.
>
> Thanks
>
> -Wilson
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, 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 Fri Feb 19 04:10:06 2010

This archive was generated by hypermail 2.1.8 : Fri Feb 19 2010 - 04:10:09 PST