/[tinycc]/tinycc/tcc.c
ViewVC logotype

Diff of /tinycc/tcc.c

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

revision 1.138 by bellard, Sat May 24 16:21:09 2003 UTC revision 1.139 by bellard, Mon Jun 2 20:32:30 2003 UTC
# Line 6581  static void gfunc_param_typed(Sym *func, Line 6581  static void gfunc_param_typed(Sym *func,
6581      } else if (arg == NULL) {      } else if (arg == NULL) {
6582          error("too many arguments to function");          error("too many arguments to function");
6583      } else {      } else {
6584          gen_assign_cast(&arg->type);          type = arg->type;
6585            type.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */
6586            gen_assign_cast(&type);
6587      }      }
6588  }  }
6589    

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

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