mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-09 08:30:49 +00:00
15 lines
456 B
Diff
15 lines
456 B
Diff
diff --git a/lang/LangSource/Bison/lang11d_tab.cpp b/lang/LangSource/Bison/lang11d_tab.cpp
|
|
index ebafb0d65..76340a9cb 100644
|
|
--- a/lang/LangSource/Bison/lang11d_tab.cpp
|
|
+++ b/lang/LangSource/Bison/lang11d_tab.cpp
|
|
@@ -81,7 +81,9 @@
|
|
#include "PredefinedSymbols.h"
|
|
#include "SimpleStack.h"
|
|
|
|
+#if !defined(__ANDROID__)
|
|
void bcopy(void *src, void *dst, size_t size) ;
|
|
+#endif
|
|
int yyparse();
|
|
extern bool compilingCmdLine;
|
|
extern LongStack generatorStack;
|