Changeset 767


Ignore:
Timestamp:
Oct 1, 2003, 12:55:28 PM (22 years ago)
Author:
bird
Message:

only 0xfe entry for 'G' hack.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.24 to 1.25
    r766 r767  
    33463346          if (symbol->n_value == -12357)
    33473347            { /* Special hack for external and communal variables.
    3348                  We expect the previous symbol to be an 0xfe or an
    3349                  (N_UNDF|N_EXT) entry for the symbol we're processing.  */
     3348                 We expect the previous symbol to be an 0xfe entry
     3349                 for the symbol we're processing.  */
    33503350              ++parse_ptr;
    33513351              ti = hll_type ();
    33523352
    33533353              if (   *index >= 1
    3354                   && (symbol[-1].n_type == N_EXT || symbol[-1].n_type == 0xfe))
     3354                  && (symbol[-1].n_type == 0xfe))
    33553355                {
    33563356                  const struct nlist *sym2;
Note: See TracChangeset for help on using the changeset viewer.