]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
merge with mainline
authorBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 15:32:48 +0000 (21:02 +0530)
committerBVK Chaitanya <bvk@dbook>
Sat, 4 Sep 2010 15:32:48 +0000 (21:02 +0530)
1  2 
grub-core/script/execute.c
include/grub/script_sh.h

index 3962b6ba525c825a9265918a1dcbaf382f98bcf4,88057d44e77a9bdca24d1bbcb9f5f57b40d72c0b..ceda6f9c522c9054fdd5fb866a379b1df52f1f32
  static unsigned long is_continue;
  static unsigned long active_loops;
  static unsigned long active_breaks;
+ static unsigned long function_return;
+ #define GRUB_SCRIPT_SCOPE_MALLOCED      1
+ #define GRUB_SCRIPT_SCOPE_ARGS_MALLOCED 2
  
 +#define GRUB_SCRIPT_SCOPE_MALLOCED      1
 +#define GRUB_SCRIPT_SCOPE_ARGS_MALLOCED 2
 +
  /* Scope for grub script functions.  */
  struct grub_script_scope
  {
Simple merge