logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0002-Fix-build-with-old-bison-versions.patch (488B)


  1. From 10b2b1ed0b275a0594033872104a53645c8b245c Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Wed, 15 Apr 2020 20:10:16 -0700
  4. Subject: [PATCH] Fix build with old bison versions
  5. ---
  6. src/parse.y | 1 +
  7. 1 file changed, 1 insertion(+)
  8. diff --git a/src/parse.y b/src/parse.y
  9. index 4a101bcd6..742108c51 100644
  10. --- a/src/parse.y
  11. +++ b/src/parse.y
  12. @@ -80,6 +80,7 @@ typedef struct {
  13. } v;
  14. int lineno;
  15. } YYSTYPE;
  16. +#define YYSTYPE_IS_DECLARED 1
  17. %}
  18. --
  19. 2.29.2