Update of /cvsroot/agd/server/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4457/src
Modified Files:
debug.c lang.output
Log Message:
Routine commit.
Index: lang.output
===================================================================
RCS file: /cvsroot/agd/server/src/lang.output,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** lang.output 12 Mar 2004 11:51:44 -0000 1.1
--- lang.output 15 Mar 2004 18:53:36 -0000 1.2
***************
*** 9,13 ****
! State 146 conflicts: 1 shift/reduce
--- 9,13 ----
! State 147 conflicts: 1 shift/reduce
[...4206 lines suppressed...]
! state 151
! 76 if: L_IF '(' expr ')' statement else .
! $default reduce using rule 76 (if)
! state 152
! 79 do_while: L_DO statement L_WHILE '(' expr ')' .
! $default reduce using rule 79 (do_while)
! state 153
! 78 else: L_ELSE statement .
! $default reduce using rule 78 (else)
Index: debug.c
===================================================================
RCS file: /cvsroot/agd/server/src/debug.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** debug.c 12 Mar 2004 08:40:10 -0000 1.6
--- debug.c 15 Mar 2004 18:53:36 -0000 1.7
***************
*** 278,282 ****
printf("Printing code for \"%s\":\n", ob->name);
printf("Globals: \n");
! print_var_arr(&p->variables);
printf("\n");
--- 278,282 ----
printf("Printing code for \"%s\":\n", ob->name);
printf("Globals: \n");
! print_var_arr(&ob->variables);
printf("\n");
|