patch-llvm11.patch 332 B

123456789101112
  1. --- server/dia/main.c.orig 2020-08-22 22:22:28 UTC
  2. +++ server/dia/main.c
  3. @@ -76,7 +76,7 @@ static char *AuServerName(void);
  4. extern char *display;
  5. static int restart = 0;
  6. -FILE *yyin; /* for the config parser */
  7. +extern FILE *yyin; /* for the config parser */
  8. void
  9. NotImplemented()