OSDN Git Service

Remove COMMENT_BEGIN
authorcoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Nov 1996 19:53:05 +0000 (19:53 +0000)
committercoxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Nov 1996 19:53:05 +0000 (19:53 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13177 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/386bsd.h
gcc/config/i386/freebsd.h
gcc/config/i386/netbsd.h
gcc/config/i386/unix.h

index cdab5f5..c93279f 100644 (file)
     }                                                                  \
 }
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index 43afa71..83d1de7 100644 (file)
@@ -56,11 +56,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define HAVE_ATEXIT
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index 5e113fb..8262fb0 100644 (file)
 #undef WCHAR_TYPE_SIZE
 #define WCHAR_TYPE_SIZE 32
 
-/* There are conflicting reports about whether this system uses
-   a different assembler syntax.  wilson@cygnus.com says # is right.  */
-#undef COMMENT_BEGIN
-#define COMMENT_BEGIN "#"
-
 #undef ASM_APP_ON
 #define ASM_APP_ON "#APP\n"
 
index c74f291..c74911c 100644 (file)
@@ -101,7 +101,6 @@ Boston, MA 02111-1307, 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.  */