b43-asm: fix compile error: undefined reference to `yydebug'
[b43-tools.git] / assembler / main.c
index afca996a1269160e7b9b92ae6a295d2e1822934b..a62a15eca52028a6dc2e0efcfde6ffc659ae9fe2 100644 (file)
@@ -1260,7 +1260,7 @@ static void initialize(void)
 {
        INIT_LIST_HEAD(&infile.sl);
        INIT_LIST_HEAD(&infile.ivals);
-#ifdef YYDEBUG
+#if YYDEBUG
        if (IS_INSANE_DEBUG)
                yydebug = 1;
        else