diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-09-15 06:15:04 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-09-15 06:15:04 +0000 |
commit | c3288918bb256afcbeb16857a3e7bb87f6d29439 (patch) | |
tree | e674c1f1b97f6cc30db0cc54cada0caa76b6468d /media-sound/csound/files | |
parent | Revision bump. Rename extract tool to csound_extract (bug #247394). (diff) | |
download | historical-c3288918bb256afcbeb16857a3e7bb87f6d29439.tar.gz historical-c3288918bb256afcbeb16857a3e7bb87f6d29439.tar.bz2 historical-c3288918bb256afcbeb16857a3e7bb87f6d29439.zip |
Remove old.
Package-Manager: portage-2.2.0_alpha128/cvs/Linux x86_64
Diffstat (limited to 'media-sound/csound/files')
-rw-r--r-- | media-sound/csound/files/csound-5.17.11-bison-2.6.patch | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/media-sound/csound/files/csound-5.17.11-bison-2.6.patch b/media-sound/csound/files/csound-5.17.11-bison-2.6.patch deleted file mode 100644 index 545f5f9de912..000000000000 --- a/media-sound/csound/files/csound-5.17.11-bison-2.6.patch +++ /dev/null @@ -1,108 +0,0 @@ ---- Csound5.17.11/Engine/csound_orc_compile.c -+++ Csound5.17.11/Engine/csound_orc_compile.c -@@ -24,6 +24,7 @@ - */ - - #include "csoundCore.h" -+#include "parse_param.h" - #include "csound_orc.h" - #include <math.h> - #include <ctype.h> -@@ -1849,7 +1850,7 @@ - } - - /* For diagnostics map file name or macro name to an index */ --int file_to_int(CSOUND *csound, const char *name) -+uint8_t file_to_int(CSOUND *csound, const char *name) - { - extern char *strdup(const char *); - int n = 0; ---- Csound5.17.11/Engine/csound_orc.l -+++ Csound5.17.11/Engine/csound_orc.l -@@ -33,8 +33,9 @@ - #define YYLTYPE ORCTOKEN* - #include "tok.h" - #define YY_DECL int yylex (YYLTYPE *lvalp, CSOUND *csound, yyscan_t yyscanner) --#include "csound_orcparse.h" -+//#include "parse_param.h" - #include "csound_orc.h" -+#include "csound_orcparse.h" - #include "corfile.h" - YYSTYPE *yylval_param; - YYLTYPE *yylloc_param; ---- Csound5.17.11/Engine/cs_par_dispatch.c -+++ Csound5.17.11/Engine/cs_par_dispatch.c -@@ -26,7 +26,7 @@ - - #include "csoundCore.h" - #include "csound_orc.h" --#include "tok.h" -+//#include "tok.h" - #include "cs_par_base.h" - #include "cs_par_orc_semantics.h" - #include "cs_par_dispatch.h" ---- Csound5.17.11/Engine/new_orc_parser.c -+++ Csound5.17.11/Engine/new_orc_parser.c -@@ -24,9 +24,9 @@ - */ - - #include "csoundCore.h" --#include "csound_orcparse.h" - #include "csound_orc.h" --#include "parse_param.h" -+#include "csound_orcparse.h" -+//#include "parse_param.h" - #include "corfile.h" - - extern void csound_orcrestart(FILE*, void *); ---- Csound5.17.11/Engine/parse_param.h -+++ Csound5.17.11/Engine/parse_param.h -@@ -1,3 +1,6 @@ -+#ifndef __PARSE_PARAM_H -+#define __PARSE_PARAM_H -+ - #define MARGS (3) - #define MAX_INCLUDE_DEPTH 100 - struct MACRO; -@@ -54,4 +57,6 @@ - void cs_init_omacros(CSOUND*, PRE_PARM*, NAMES*); - - uint32_t make_location(PRE_PARM *); --extern uint8_t file_to_int(CSOUND*, char*); -+extern uint8_t file_to_int(CSOUND*, const char*); -+ -+#endif ---- Csound5.17.11/Engine/symbtab.c -+++ Csound5.17.11/Engine/symbtab.c -@@ -27,7 +27,7 @@ - #include <string.h> - #include "csoundCore.h" - #include "tok.h" --#include "csound_orcparse.h" -+#include "csound_orc.h" - #include "insert.h" - #include "namedins.h" - #include "interlocks.h" ---- Csound5.17.11/H/csound_orc.h -+++ Csound5.17.11/H/csound_orc.h -@@ -1,6 +1,7 @@ - #ifndef __CSOUND_ORC_H - - #define __CSOUND_ORC_H -+#include "parse_param.h" - #include "tok.h" - typedef struct TREE { - int type; ---- Csound5.17.11/Top/main.c -+++ Csound5.17.11/Top/main.c -@@ -52,8 +52,8 @@ - extern OENTRY opcodlst_1[]; - extern uintptr_t kperfThread(void * cs); - #if defined(ENABLE_NEW_PARSER) --extern void cs_init_math_constants_macros(CSOUND *csound,void *yyscanner); --extern void cs_init_omacros(CSOUND *csound, NAMES *nn); -+extern void cs_init_math_constants_macros(CSOUND *csound,PRE_PARM *yyscanner); -+extern void cs_init_omacros(CSOUND *csound, PRE_PARM* yyscanner, NAMES *nn); - #endif - - static void create_opcodlst(CSOUND *csound) |