Changeset 2495 in kBuild
- Timestamp:
- Jul 22, 2011 11:33:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/function.c
r2489 r2495 1043 1043 rc = 1; 1044 1044 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 { 1047 1051 /* check the expanded form */ 1048 1052 char *exp = expand_argument (arg1, strchr (arg1, '\0')); … … 1056 1060 rc = 1; 1057 1061 else 1058 #endif1059 1062 fatal (*expanding_var, 1060 1063 _("second argument to `%s' function must be `name' or `value', not `%s'"), 1061 1064 funcname, exp); 1062 #if 01063 1065 free (exp); 1064 #endif 1065 } 1066 } 1067 #endif 1066 1068 1067 1069 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.