add 'deselect' property for menuconfig
[openwrt/openwrt.git] / scripts / config / lex.zconf.c_shipped
index 5e01ee5318cb4ea7d501bca293b1e2e4343a1af3..42bcdd45620a6dbbbb02b63c6a0f08419d479aff 100644 (file)
@@ -20,7 +20,6 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
-#include <glob.h>
 
 /* end standard C headers. */
 
@@ -748,6 +747,7 @@ char *zconftext;
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <glob.h>
 
 #define LKC_DIRECT_LINK
 #include "lkc.h"
@@ -2280,7 +2280,7 @@ void zconf_nextfile(const char *name)
                filename = files.gl_pathv[i];
 
                file = file_lookup(filename);
-                buf = malloc(sizeof(*buf));
+               buf = malloc(sizeof(*buf));
                memset(buf, 0, sizeof(*buf));
                current_buf->state = YY_CURRENT_BUFFER;
                zconfin = zconf_fopen(filename);