Changeset 477 for trunk


Ignore:
Timestamp:
Jul 10, 2006, 1:10:37 PM (18 years ago)
Author:
nkissebe
Message:

Microsoft C++ does not automatically name anonymous typedefs, so changed Er to be explicitly named.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/RpEntityRef.h

    r394 r477  
    115115    char *zValue; /* The value for this entity.          ex:  "&"   */
    116116    Er *pNextForw;    /* Next entity with the same hash on zName        */
    117 };
     117} Er;
    118118
    119119/*
Note: See TracChangeset for help on using the changeset viewer.