gas: tc-bpf.c: fix formatting of comment
[binutils-gdb.git] / gas / input-scrub.c
index c753243277c42fe4977a72be4771d4d67bdd7337..d3da84094ff8cc96da6a46a30c5743cd8e812b49 100644 (file)
@@ -220,6 +220,7 @@ input_scrub_begin (void)
 
   physical_input_file = NULL;  /* No file read yet.  */
   next_saved_file = NULL;      /* At EOF, don't pop to any other file */
+  macro_nest = 0;
   input_scrub_reinit ();
   do_scrub_begin (flag_m68k_mri);
 }