search for: yystype

Displaying 9 results from an estimated 9 matches for "yystype".

Did you mean: yyltype
2015 Dec 18
1
Assistance much appreciated
...c/library/tools/src/gramLatex.c 2015-12-17 14:50:14.000000000 +0000 @@ -1358,7 +1358,7 @@ /* The lookahead symbol. */ - int yychar; + extern int yychar; #ifndef YY_IGNORE_MAYBE_UNINITIALIZED_BEGIN @@ -1370,7 +1370,7 @@ #endif /* The semantic value of the lookahead symbol. */ - YYSTYPE yylval YY_INITIAL_VALUE(yyval_default); + extern YYSTYPE yylval YY_INITIAL_VALUE(yyval_default); /* Location data for the lookahead symbol. */ YYLTYPE yylloc @@ -1381,7 +1381,7 @@ /* Number of syntax errors so far. */ - int yynerrs; + extern int yynerrs; /*----------. diff -ru R-...
2006 May 06
1
Error compiling Wine 0.9.12
...e used uninitialized in this function flex -olex.yy.c ./ppl.l gcc -c -I. -I. -I../../include -I../../include -Wall -pipe - -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:166:21: ppy.tab.h: No such file or directory ./ppl.l:233: error: parse error before "YYSTYPE" ./ppl.l: In function `pplex': ./ppl.l:315: error: `tINCLUDE' undeclared (first use in this function) ./ppl.l:315: error: (Each undeclared identifier is reported only once ./ppl.l:315: error: for each function it appears in.) ./ppl.l:317: error: `tERROR' undeclared (first use in th...
2015 Dec 17
5
Assistance much appreciated
I have been struggling with this error message - and think I finally understand it's context. Start Line by line debugging shows me the function works: ... > saveRDS(val, mapfile) > val $variables $variables$IANA_HTTP_status_code_db [1] 0 1256 $variables$IANA_URI_scheme_db [1] 1256 3458 $variables$table_of_HTTP_status_codes [1] 4714 830 $references named list() $compressed
2006 Aug 15
2
Windows build with Visual Studio 2005 - some success
...ol_q", "bool_clss", "bool_cls", "boosted_q", "q", "term_q", "wild_q", @@ -1771,7 +1771,7 @@ /* found a word so return it. */ lvalp->str = buf; if (is_wild) return WILD_STR; - return WORD; + return YYWORD; } int yylex(YYSTYPE *lvalp, QParser *qp) --- ../../ferret/ferret/ext/store.h 2006-08-15 15:25:38.143765800 +1000 +++ ext/store.h 2006-08-15 14:54:55.157804300 +1000 @@ -121,8 +121,8 @@ unsigned int is_read_uint(InStream *is); ullong is_read_ulong(InStream *is); ullong is_read_vint(InStream *is); -void is_skip_vin...
2006 May 18
2
Problems compiling Wine
...yerrstatus' might be used uninitialized in this function gcc -c -I. -I. -I../../include -I../../include -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o lex.yy.o lex.yy.c ./ppl.l:167:21: ppy.tab.h: No such file or directory ./ppl.l:234: error: syntax error before "YYSTYPE" ./ppl.l: In function `pplex': ./ppl.l:316: error: `tINCLUDE' undeclared (first use in this function) ./ppl.l:316: error: (Each undeclared identifier is reported only once ./ppl.l:316: error: for each function it appears in.) ./ppl.l:318: error: `tERROR' undeclared (first use in th...
2014 Mar 19
7
[PATCH 1/3] builder: make the C index parser reentrant
...uot;index-struct.h" +#include "index-parse.h" -extern void yyerror (const char *); -extern int yylex (void); +#define YY_EXTRA_TYPE struct parse_context * + +extern void yyerror (YYLTYPE * yylloc, yyscan_t scanner, struct parse_context *context, const char *msg); +extern int yylex (YYSTYPE * yylval, YYLTYPE * yylloc, yyscan_t scanner); +extern void scanner_init (yyscan_t *scanner, struct parse_context *context, FILE *in); +extern void scanner_destroy (yyscan_t scanner); /* Join two strings with \n */ static char * @@ -52,6 +57,14 @@ concat_newline (const char *str1, const char *s...
2015 Jul 08
7
[PATCH 0/6] RFC: basic subscription-manager support in virt-customize
Hi, this series introduces a basic support for registering/attaching/unregistering RHEL guests using subscription-manager, so it is possible to do for example: $ cat <<EOF > sm.conf [general] username=user password=pass [attach-0] pool=ID EOF $ virt-customize -a rhel-guest.qcow2 \ --sm-config sm.conf --sm-register --sm-attach 0 \ --install pkg1 --install pkg2
2003 Apr 28
1
Wine compile error in tools/wpp (ppl.l) under debian
...ine' was previously implicitly declared to return `int' ./ppl.l: In function `newline': ./ppl.l:743: `pp_status' undeclared (first use in this function) ./ppl.l:749: `ncontinuations' undeclared (first use in this function) ./ppl.l: At top level: ./ppl.l:782: parse error before `YYSTYPE' ./ppl.l:783: warning: `make_number' was declared implicitly `extern' and later `static' ./ppl.l:338: warning: previous declaration of `make_number' ./ppl.l: In function `make_number': ./ppl.l:790: warning: implicit declaration of function `toupper' ./ppl.l:790: `str...
2010 May 02
2
samba4 make error - drsblobs.so
.../com_err/parse.y:592:1: warning: macro "YYERROR" is not used heimdal/lib/com_err/parse.y:662:1: warning: macro "YY_LOCATION_PRINT" is not used heimdal/lib/com_err/parse.y:163:1: warning: macro "PREFIX" is not used heimdal/lib/com_err/parse.y:189:1: warning: macro "yystype" is not used heimdal/lib/com_err/parse.y:603:1: warning: macro "YYBACKUP" is not used heimdal/lib/com_err/parse.c:64:1: warning: macro "YYLSP_NEEDED" is not used heimdal/lib/com_err/parse.y:166:1: warning: macro "END" is not used heimdal/lib/com_err/parse.y:586:1:...