Expressions

- Any "exp" arguments are given the "exp" type (_second) as well as
  "exp" category (_third).
This commit is contained in:
Paul Beckingham 2011-07-17 13:02:23 -04:00
parent 30b5c6c048
commit f0a9796683

View file

@ -482,7 +482,8 @@ void Arguments::categorize ()
if (command_pos != -1)
++distance_from_command;
arg->_third = "exp";
arg->_second = "exp";
arg->_third = "exp";
}
// If the type is not known, it is treated as a generic word.