[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Redefinition Error



{depend}dependence P.tpu id arrow id  |

should be:

{depend}dependence P.tpu [id1]:id arrow [id2]:id  |

Basically,  each part of a production must have a different name.

-Dan
  
Nikolaos Polyzotis wrote:
> 
> I keep getting a redefinition error and I would really appreciate some
> help.
> 
> -------------------------------------------------
> 
> message =
>         {depend}dependence P.tpu id arrow id  |
>         {insert} inserting P.tpu id  |
>         {successfork} forking P.tpu forkinfo? ok activethreads  |
>         {unsuccessfork} forking P.tpu forkinfo   not ok activethreads   |
>         {delay} delay P.tpu id colon [period]:int |
>         {update} updating P.tpu id |
>         {leave} leaving P.tpu id id;
> 
> -----------------------------------------------
> 
> Error:Redefinition of ADependMessage.Id.
> 
> I don't show the rest of the grammar cause  i thought it's irrelevant.