diff options
author | bde <bde@FreeBSD.org> | 1995-03-12 11:47:20 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-03-12 11:47:20 +0000 |
commit | abc6403b3f96b03ee4bd2729f76f56b4c863c5ca (patch) | |
tree | b4d70a3e1f9b88b79e5a5db32c890eb390f76867 /gnu | |
parent | 5220512ff6adaab2d48aab960d7b0153924bf70d (diff) | |
download | FreeBSD-src-abc6403b3f96b03ee4bd2729f76f56b4c863c5ca.zip FreeBSD-src-abc6403b3f96b03ee4bd2729f76f56b4c863c5ca.tar.gz |
Remove the last vestige of COMMENT_BEGIN.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/cc/include/i386/unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/include/i386/unix.h b/gnu/usr.bin/cc/include/i386/unix.h index fb7320b..51b112d 100644 --- a/gnu/usr.bin/cc/include/i386/unix.h +++ b/gnu/usr.bin/cc/include/i386/unix.h @@ -98,7 +98,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* String containing the assembler's comment-starter. */ #define ASM_COMMENT_START "/" -#define COMMENT_BEGIN "/" /* Output to assembler file text saying following lines may contain character constants, extra white space, comments, etc. */ |