Changeset 1811 for trunk/src/kmk/main.c


Ignore:
Timestamp:
Oct 10, 2008, 7:19:58 AM (17 years ago)
Author:
bird
Message:

kmk: More string length optimizations.

File:
1 edited

Legend:

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

    r1809 r1811  
    28052805    /* Ignore plain `-' for compatibility.  */
    28062806    return;
     2807#ifndef CONFIG_WITH_VALUE_LENGTH
    28072808  v = try_variable_definition (0, arg, o_command, 0);
     2809#else
     2810  v = try_variable_definition (0, arg, NULL, o_command, 0);
     2811#endif
    28082812  if (v != 0)
    28092813    {
Note: See TracChangeset for help on using the changeset viewer.