]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - builtins/break.def
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / builtins / break.def
index bdc1182a8114bdfb4e7afcb2a31ed81f5437fde1..876d0635d5112f03879f9a9670b630b07c17b279 100644 (file)
@@ -43,11 +43,9 @@ $END
 #include "../bashintl.h"
 
 #include "../shell.h"
+#include "../execute_cmd.h"
 #include "common.h"
 
-extern char *this_command_name;
-extern int posixly_correct;
-
 static int check_loop_level __P((void));
 
 /* The depth of while's and until's. */