Changeset 75061954 in rtems


Ignore:
Timestamp:
05/30/00 14:07:37 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
6a8700d
Parents:
a3f5b6b
Message:

Patch from Nick Simon <Nick.SIMON@…> to make
error.h C++ safe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libc/error.h

    ra3f5b6b r75061954  
    77#ifndef __RTEMS_ERROR_h
    88#define __RTEMS_ERROR_h
     9
     10#ifdef __cplusplus
     11extern "C" {
     12#endif
    913
    1014/*
     
    3539extern int rtems_panic_in_progress;
    3640
     41#ifdef __cplusplus
     42}
     43#endif
     44
     45
    3746#endif
    3847/* end of include file */
Note: See TracChangeset for help on using the changeset viewer.