Merge remote-tracking branch 'origin/topic/bernhard/ticket-1144'

* origin/topic/bernhard/ticket-1144:
  Allow iterating over bif functions with result type vector of any.

BIT-1144 #merged
This commit is contained in:
Robin Sommer 2014-03-03 16:34:20 -08:00
commit 7774af7518
13 changed files with 74 additions and 7 deletions

View file

@ -656,6 +656,8 @@ protected:
DECLARE_SERIAL(PatternVal);
};
// ListVals are mainly used to index tables that have more than one
// element in their index.
class ListVal : public Val {
public:
ListVal(TypeTag t);