mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 22:00:57 +00:00
15 lines
424 B
Diff
15 lines
424 B
Diff
diff --git a/lang/LangSource/Bison/lang11d b/lang/LangSource/Bison/lang11d
|
|
index b441b7a13..fd03d0cd9 100644
|
|
--- a/lang/LangSource/Bison/lang11d
|
|
+++ b/lang/LangSource/Bison/lang11d
|
|
@@ -26,7 +26,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;
|