summaryrefslogtreecommitdiff
path: root/recipes/dspgw-utils/files/yytext_ptr.patch
blob: cf17c1de7c92ff783d2f41f174085ce2b5bf949c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- utils/dsp_dld/arm/dld_cmd_spec.l	2006-09-08 02:57:22.000000000 -0300
+++ utils/dsp_dld/arm/dld_cmd_spec.l.fixed	2007-10-09 16:46:28.000000000 -0300
@@ -180,6 +180,8 @@
 	return(1);
 }
 
+#define yytext_ptr yytext
+
 void comment(void)
 {
 	char c, c1;