Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to be

in the compiler not in the header file.
This commit is contained in:
Joel Sherrill
1999-08-30 15:02:20 +00:00
parent 7c2243e352
commit e49d7c3df2
4 changed files with 2 additions and 6 deletions

View File

@@ -19,8 +19,6 @@
#ifndef __RTEMS_RTEMS_GENERIC_h
#define __RTEMS_RTEMS_GENERIC_h
#define NO_IMPLICIT_EXTERN_C 1
#ifdef __cplusplus
extern "C" {
#endif

View File

@@ -34,7 +34,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
# Add local stuff here using +=
#
DEFINES += -DNO_IMPLICIT_EXTERN_C=1
DEFINES +=
CPPFLAGS +=
CFLAGS += $(LIBC_DEFINES)

View File

@@ -34,7 +34,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
# Add local stuff here using +=
#
DEFINES += -DNO_IMPLICIT_EXTERN_C=1
DEFINES +=
CPPFLAGS +=
CFLAGS += $(LIBC_DEFINES)