July 27, 2004 | GPL Compliance for Software Developers | Machine-generated code |
%typeword_list pattern %type pattern_list case_clause_sequence case_clause
%start inputunit
%%
inputunit: simple_list simple_list_terminator { global_command = $1; eof_encountered = 0; YYACCEPT; } ...
case 1: { global_command = yyvsp[-1].command; eof_encountered = 0; YYACCEPT; ; break;}
Next: Non-code source code Previous Top |
![]() |
Copyright © 2004, Free Software Foundation. Verbatim copying permitted provided this notice is preserved. |