|
Lines 7402-7407
functions or prototypes. The last identifier in
Link Here
|
| 7402 |
@var{argument-declaration} must be the argument name. |
7402 |
@var{argument-declaration} must be the argument name. |
| 7403 |
@end deffn |
7403 |
@end deffn |
| 7404 |
|
7404 |
|
|
|
7405 |
Note: The argument declataions between bracers have to specify one argument at at time. |
| 7406 |
If more than one argument is needed use separate bracers for each argument. |
| 7407 |
Otherwise bison will not determine the number of arguments correctly and may generate broken code. |
| 7408 |
|
| 7405 |
Here's an example. Write this in the parser: |
7409 |
Here's an example. Write this in the parser: |
| 7406 |
|
7410 |
|
| 7407 |
@example |
7411 |
@example |
| 7408 |
- |
|
|