On Monday 28 April 2008 10:40:02 [EMAIL PROTECTED] wrote:

> Just a query, wouldn't:
> Index: src/key.c
> ===================================================================
> --- src/key.c   (revision 27216)
> +++ src/key.c   (working copy)
> @@ -329,12 +329,14 @@
>              }
>          case KEY_start_slice_FLAG:
>          case KEY_inf_slice_FLAG:
> +            {
> +            return VTABLE_get_integer(interp, key);
> +            }
>          default:
> -            break;
> +            return VTABLE_get_integer(interp, key);
>          }
>      }
>
> -    return VTABLE_get_integer(interp, key);
>  }
>
>
> be a little better?

What if the PMC passed in isn't a Key PMC, but has an integer value?

-- c

Reply via email to