diff options
Diffstat (limited to 'gcc/config/freebsd.h')
-rw-r--r-- | gcc/config/freebsd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index 99ee6ae..285f5bf 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -67,10 +67,6 @@ Boston, MA 02111-1307, USA. */ #undef NO_IMPLICIT_EXTERN_C #define NO_IMPLICIT_EXTERN_C 1 -/* Allow #sccs in preprocessor. */ -#undef SCCS_DIRECTIVE -#define SCCS_DIRECTIVE 1 - /* Make gcc agree with FreeBSD's standard headers (<machine/ansi.h>, etc...) */ #undef WCHAR_TYPE |