Changeset 1436 for trunk/src


Ignore:
Timestamp:
May 4, 2004, 9:34:34 AM (21 years ago)
Author:
bird
Message:

No colon hacks for 'x' type.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxomf/stabshll.c

    • Property cvs2svn:cvs-rev changed from 1.32 to 1.33
    r1435 r1436  
    16231623                        break;
    16241624                    /* hack: continue on ">::" (but not on "operator...") */
    1625                     if (    psz[1] == ':'
     1625                    if (    chType != 'x'
     1626                        &&  psz[1] == ':'
    16261627                        &&  psz > pszString && psz[-1] == '>'
    16271628                            )
Note: See TracChangeset for help on using the changeset viewer.