This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
possible bogon in i386.h
- To: egcs at egcs dot cygnus dot com
- Subject: possible bogon in i386.h
- From: Zack Weinberg <zack at rabi dot columbia dot edu>
- Date: Fri, 12 Feb 1999 22:26:28 -0500
i386.h has
/* Define the parentheses used to group arithmetic operations
in assembler code. */
#define ASM_OPEN_PAREN ""
#define ASM_CLOSE_PAREN ""
This is the _only_ port for which ASM_OPEN_PAREN and ASM_CLOSE_PAREN
are not ( ). What's going on here?
zw