Changes between Version 1 and Version 2 of Ticket #39909, comment 4


Ignore:
Timestamp:
Jul 30, 2013, 8:41:55 PM (11 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39909, comment 4

    v1 v2  
    44
    55Edit: #39910
     6
     7Another edit: Might as well paste the relevant part of the log here while I'm at it:
     8{{{
     9:info:build grammar.tab.c:1809:30: error: too few arguments to function call, expected 2, have 1
     10:info:build       yychar = yylex (&yylval);
     11:info:build                ~~~~~         ^
     12:info:build ./grammar.y:39:1: note: 'priv_gst_parse_yylex' declared here
     13:info:build int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
     14:info:build ^
     15:info:build 1 error generated.
     16}}}