/[rtmk]/rtmk/rig/routine.c
ViewVC logotype

Diff of /rtmk/rig/routine.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Fri Jan 4 23:56:40 2002 UTC revision 1.3 by jrydberg, Wed Feb 6 19:55:22 2002 UTC
# Line 77  arg_check_duplicates (args) Line 77  arg_check_duplicates (args)
77            next->type  = type_find ("int");            next->type  = type_find ("int");
78                        
79            /* we use same direction */            /* we use same direction */
80            next->direction = arg->direction;            if (arg->direction == AD_IN
81                  && !(arg->type->attrs & OUTOFLINE))
82                next->direction = AD_INOUT;
83              else
84                next->direction = arg->direction;
85    
86            next->next  = arg->next;            next->next  = arg->next;
87            arg->next   = next;            arg->next   = next;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26