Changeset 6339cd2d in rtems


Ignore:
Timestamp:
05/09/14 08:08:29 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
ca2dd1e
Parents:
3a3869c4
git-author:
Sebastian Huber <sebastian.huber@…> (05/09/14 08:08:29)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/12/14 06:37:05)
Message:

rtems: Move extern "C" in <rtems.h>

Do not cover the includes with an extern "C".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/include/rtems.h

    r3a3869c4 r6339cd2d  
    2626 */
    2727/**@{*/
    28 
    29 #ifdef __cplusplus
    30 extern "C" {
    31 #endif
    3228
    3329#include <rtems/system.h>
     
    6460
    6561#include <rtems/rtems/support.h>
     62
     63#ifdef __cplusplus
     64extern "C" {
     65#endif
    6666
    6767/**
Note: See TracChangeset for help on using the changeset viewer.