~ubuntu-branches/debian/sid/cdo/sid

« back to all changes in this revision

Viewing changes to src/expr_yacc.c

  • Committer: Package Import Robot
  • Author(s): Alastair McKinstry
  • Date: 2014-09-12 10:24:13 UTC
  • Revision ID: package-import@ubuntu.com-20140912102413-v6n1nmwyqimbahyi
Tags: 1.6.4+dfsg.1-5
* Drop building with static libs (not needed anymore?)
  Closes: #761187.
* Ack. bug fixed in 1.6.4 release. Closes: #744274.
* Fix for expr_run() definition conflict spotted by gotocc project.
  Closes: #747001.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
nodeType *expr_fun(char *fname, nodeType *p);
87
87
 
88
88
void freeNode(nodeType *p);
89
 
int expr_run(nodeType *p, parse_parm_t *parse_arg);
 
89
nodeType *expr_run(nodeType *p, parse_parm_t *parse_arg);
90
90
 
91
91
 
92
92
/* Line 371 of yacc.c  */