Changeset 262 for trunk/src


Ignore:
Timestamp:
May 28, 2003, 9:19:59 PM (22 years ago)
Author:
bird
Message:

Quick fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/emxexp/emxexp.c

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r261 r262  
    207207        export (name);
    208208      }
    209     else if (sym_ptr[i].n_type == (N_BSS|N_EXT) ||
     209    else if ((sym_ptr[i].n_type == N_EXT && sym_ptr[i].n_value != 0) ||
     210             sym_ptr[i].n_type == (N_BSS|N_EXT) ||
    210211             (weak_flag && sym_ptr[i].n_type == N_WEAKB))
    211212      {
Note: See TracChangeset for help on using the changeset viewer.