Files
termux-packages/packages/xmlto/xmlif-xmlif.c.patch
2023-04-12 16:34:19 +00:00

20 lines
466 B
Diff

--- a/xmlif/xmlif.c
+++ b/xmlif/xmlif.c
@@ -1151,7 +1151,7 @@
static char **selections; /* selection tokens */
static int nselections; /* number of selections */
-static ifsense; /* sense of last `if' or unless seen */
+static int ifsense; /* sense of last `if' or unless seen */
static char *attribute; /* last attribute scanned */
struct stack_t {
@@ -2632,6 +2632,7 @@
int yywrap() {exit(0);};
+int
main(int argc, char *argv[])
{
int i;