VirtualBox

Changeset 2495 in kBuild


Ignore:
Timestamp:
Jul 22, 2011 11:33:36 AM (14 years ago)
Author:
bird
Message:

function.c: bugfix in new code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r2489 r2495  
    10431043    rc = 1;
    10441044  else
    1045     {
    1046 #if 0 /* FIXME: later */
     1045#if 1 /* FIXME: later */
     1046    fatal (*expanding_var,
     1047           _("second argument to `%s' function must be `name' or `value', not `%s'"),
     1048           funcname, arg1);
     1049#else
     1050    {
    10471051      /* check the expanded form */
    10481052      char *exp = expand_argument (arg1, strchr (arg1, '\0'));
     
    10561060        rc = 1;
    10571061      else
    1058 #endif
    10591062        fatal (*expanding_var,
    10601063               _("second argument to `%s' function must be `name' or `value', not `%s'"),
    10611064               funcname, exp);
    1062 #if 0
    10631065      free (exp);
    1064 #endif
    1065     }
     1066    }
     1067#endif
    10661068
    10671069  return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette