Changeset 331 for trunk/src


Ignore:
Timestamp:
Jul 3, 2003, 11:02:29 PM (22 years ago)
Author:
bird
Message:

follow_refs() returns input if no ref found.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r330 r331  
    804804      t = t2;
    805805    }
     806
    806807  return t;
    807808}
     
    10331034
    10341035      tp = follow_refs (tp);
    1035       if (!tp)
     1036      if (!tp || tp->tag == ty_stabs_ref)
    10361037        {
    10371038          no_warning ("stabs type %d not defined", tp->d.stabs_ref);
Note: See TracChangeset for help on using the changeset viewer.