Ignore:
Timestamp:
Jan 11, 2004, 1:03:49 AM (22 years ago)
Author:
bird
Message:

Enum last entry comma.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/a_out.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r940 r941  
    2424  M_SPARC = 3,
    2525  /* skip a bunch so we don't run into any of sun's numbers */
    26   M_386 = 100,
     26  M_386 = 100
    2727};
    2828#define N_MAGIC(exec) ((exec).a_info & 0xffff)
     
    121121   whose name is the same as the name of the set.
    122122   This symbol acts like a N_DATA global symbol
    123    in that it can satisfy undefined external references.  */ 
     123   in that it can satisfy undefined external references.  */
    124124
    125125/* These appear as input to LD, in a .o file.  */
Note: See TracChangeset for help on using the changeset viewer.