Navigation


Changeset 968:652713ce3596 in freeDiameter for libfdcore/fdd.l


Ignore:
Timestamp:
Mar 12, 2013, 11:47:53 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Parents:
967:bbc08d58325a (diff), 940:9b00b868e308 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

merge main

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdd.l

    r961 r968  
    5252        yylloc->first_column = yylloc->last_column + 1;                 \
    5353        yylloc->last_column = yylloc->first_column + yyleng - 1;        \
    54         TRACE_DEBUG_ERROR(                                              \
     54        fd_log_debug(                                                   \
    5555                "(%d:%d-%d:%d) matched rule %d, length=%d, txt='%s'\n", \
    5656                yylloc->first_line, yylloc->first_column,               \
Note: See TracChangeset for help on using the changeset viewer.