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/src/ld/symseg.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r940 r941  
    123123  TYPE_CODE_MEMBER,             /* Member type */
    124124  TYPE_CODE_METHOD,             /* Method type */
    125   TYPE_CODE_REF,                /* C++ Reference types */
     125  TYPE_CODE_REF                 /* C++ Reference types */
    126126};
    127127
     
    146146/* Indicates that this type is a virtual baseclass of another class,
    147147   i.e. that if this class is inherited more than once by another
    148    class, only one set of member variables will be included. */ 
     148   class, only one set of member variables will be included. */
    149149#define TYPE_FLAG_VIA_VIRTUAL           2048
    150150
     
    168168     Zero if no such pointer-to type is known yet.
    169169     The debugger may add the address of such a type
    170      if it has to construct one later.  */ 
     170     if it has to construct one later.  */
    171171  struct type *pointer_type;
    172172  /* C++: also need a reference type.  */
    173173  struct type *reference_type;
    174174  struct type **arg_types;
    175  
     175
    176176  /* Type that is a function returning this type.
    177177     Zero if no such function type is known here.
     
    289289     types goes here.
    290290     Unused otherwise.
    291      
     291
    292292     Contrary to all maxims of C style and common sense, the baseclasses
    293293     are indexed from 1 to N_BASECLASSES rather than 0 to N_BASECLASSES-1
     
    393393enum namespace
    394394{
    395   UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE, LABEL_NAMESPACE,
     395  UNDEF_NAMESPACE, VAR_NAMESPACE, STRUCT_NAMESPACE, LABEL_NAMESPACE
    396396};
    397397
     
    464464};
    465465
    466 /* 
     466/*
    467467 * Vectors of all partial symbols read in from file; actually declared
    468468 * and used in dbxread.c.
Note: See TracChangeset for help on using the changeset viewer.