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,6 +482,7 @@ void Arguments::categorize ()
if (command_pos != -1) if (command_pos != -1)
++distance_from_command; ++distance_from_command;
arg->_second = "exp";
arg->_third = "exp"; arg->_third = "exp";
} }