diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-19 10:32:18 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-19 10:32:18 +0000 |
commit | 28a04200f0d4da24845dc84d3e6093390ab493cf (patch) | |
tree | 3f379a916151bc022b88e9dd234c05d0b0523910 /contrib | |
parent | 7d1a76ba11597ecf32d8623d2fe7eb20bcf1ae74 (diff) | |
download | FreeBSD-src-28a04200f0d4da24845dc84d3e6093390ab493cf.zip FreeBSD-src-28a04200f0d4da24845dc84d3e6093390ab493cf.tar.gz |
"COMMENT_BEGIN" is no longer used.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h | 3 | ||||
-rw-r--r-- | contrib/gcc/config/i386/freebsd.h.fixed | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/contrib/gcc/config/i386/freebsd.h b/contrib/gcc/config/i386/freebsd.h index d2ee2f0..73805eb 100644 --- a/contrib/gcc/config/i386/freebsd.h +++ b/contrib/gcc/config/i386/freebsd.h @@ -89,9 +89,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" -#undef COMMENT_BEGIN -#define COMMENT_BEGIN "#" - #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" diff --git a/contrib/gcc/config/i386/freebsd.h.fixed b/contrib/gcc/config/i386/freebsd.h.fixed index d2ee2f0..73805eb 100644 --- a/contrib/gcc/config/i386/freebsd.h.fixed +++ b/contrib/gcc/config/i386/freebsd.h.fixed @@ -89,9 +89,6 @@ Boston, MA 02111-1307, USA. */ #undef ASM_COMMENT_START #define ASM_COMMENT_START "#" -#undef COMMENT_BEGIN -#define COMMENT_BEGIN "#" - #undef ASM_APP_ON #define ASM_APP_ON "#APP\n" |