summaryrefslogtreecommitdiff
path: root/audio/epos-devel/files/patch-src__nnet__neural_parse.yy
diff options
context:
space:
mode:
Diffstat (limited to 'audio/epos-devel/files/patch-src__nnet__neural_parse.yy')
-rw-r--r--audio/epos-devel/files/patch-src__nnet__neural_parse.yy20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/epos-devel/files/patch-src__nnet__neural_parse.yy b/audio/epos-devel/files/patch-src__nnet__neural_parse.yy
deleted file mode 100644
index 6aa31356965e..000000000000
--- a/audio/epos-devel/files/patch-src__nnet__neural_parse.yy
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/nnet/neural_parse.yy.orig
-+++ src/nnet/neural_parse.yy
-@@ -104,7 +104,7 @@ make_tree (TTypedValue val = TTypedValue
- /* SYMBOLS */
- /* * * * * * * * * * * * * * * * * * * * * * * * * * */
-
--%token_table
-+//%token_table -- unsupported by the base yacc(1) on some FreeBSD versions
- //%raw bison nefunguje s raw! (aspon yylex ne)
-
- %union {
-@@ -255,7 +255,7 @@ unit_level: string_exp
-
- int yyerror (char *s)
- {
-- shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf, s));
-+ shriek (812, fmt ("BISON:yyerror:bison_nnet parser: bison_row %i (not counting empty rows) '%s' is erroneous. %s\n", row_num, bison_row_buf.c_str(), s));
- return -1;
- }
-