Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2006, 3:17:55 PM (18 years ago)
Author:
bensch
Message:

cleaned out useless non-portable stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/util/executor/executor.cc

    r9730 r9732  
    5454
    5555  this->paramCount = 0;
    56   for (unsigned int i = 0; i <= FUNCTOR_MAX_ARGUMENTS; i++)
     56  for (unsigned int i = 0; i <= EXECUTOR_MAX_ARGUMENTS; i++)
    5757  {
    58     if (this->defaultValue[i] == MT_NULL || i == FUNCTOR_MAX_ARGUMENTS)
     58    if (this->defaultValue[i] == MT_NULL || i == EXECUTOR_MAX_ARGUMENTS)
    5959    {
    6060      this->paramCount = i;
Note: See TracChangeset for help on using the changeset viewer.