equal
deleted
inserted
replaced
83 function_signature ::= function_storageclass function_details. |
83 function_signature ::= function_storageclass function_details. |
84 function_signature ::= function_details semantic. |
84 function_signature ::= function_details semantic. |
85 function_signature ::= function_details. |
85 function_signature ::= function_details. |
86 |
86 |
87 function_details ::= datatype identifier LPAREN function_arguments RPAREN. |
87 function_details ::= datatype identifier LPAREN function_arguments RPAREN. |
|
88 function_details ::= VOID identifier LPAREN function_arguments RPAREN. |
88 |
89 |
89 // !!! FIXME: there is a "target" storage class that is the name of the |
90 // !!! FIXME: there is a "target" storage class that is the name of the |
90 // !!! FIXME: platform that this function is meant for...but I don't know |
91 // !!! FIXME: platform that this function is meant for...but I don't know |
91 // !!! FIXME: what tokens are valid here. |
92 // !!! FIXME: what tokens are valid here. |
92 |
93 |