mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 15:30:17 +00:00
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:
@@ -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
|
||||
|
||||
@@ -34,7 +34,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
DEFINES += -DNO_IMPLICIT_EXTERN_C=1
|
||||
DEFINES +=
|
||||
CPPFLAGS +=
|
||||
CFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
|
||||
# Add local stuff here using +=
|
||||
#
|
||||
|
||||
DEFINES += -DNO_IMPLICIT_EXTERN_C=1
|
||||
DEFINES +=
|
||||
CPPFLAGS +=
|
||||
CFLAGS += $(LIBC_DEFINES)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user