Changeset 345


Ignore:
Timestamp:
Jul 10, 2003, 6:44:50 PM (22 years ago)
Author:
bird
Message:

#427: Fixed missing } in C++ mode.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r344 r345  
    5757};
    5858
    59 typedef struct partition_def 
     59typedef struct partition_def
    6060{
    6161  /* The number of elements in this partition.  */
     
    7979    ((partition__)->elements[(element__)].class_element)
    8080
     81#ifdef __cplusplus
     82}
     83#endif
     84
    8185#endif /* _PARTITION_H */
Note: See TracChangeset for help on using the changeset viewer.