summaryrefslogtreecommitdiff
path: root/gcc/config/i386/cygwin32.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/cygwin32.h')
-rw-r--r--gcc/config/i386/cygwin32.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h
index 536b91c6ca0..15963bdb299 100644
--- a/gcc/config/i386/cygwin32.h
+++ b/gcc/config/i386/cygwin32.h
@@ -21,7 +21,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-
#define YES_UNDERSCORES
#define DBX_DEBUGGING_INFO
@@ -150,10 +149,9 @@ do \
while (0)
#endif
-/* This macro gets just the user-specified name
- out of the string in a SYMBOL_REF. Discard
- trailing @[NUM] encoded by ENCODE_SECTION_INFO.
- Do we need the stripping of leading '*'? */
+/* This macro gets just the user-specified name out of the string in a
+ SYMBOL_REF. Discard trailing @[NUM] encoded by ENCODE_SECTION_INFO. */
+
#undef STRIP_NAME_ENCODING
#define STRIP_NAME_ENCODING(VAR,SYMBOL_NAME) \
do { \
@@ -172,7 +170,6 @@ do { \
(VAR) = _name; \
} while (0)
-
/* Emit code to check the stack when allocating more that 4000
bytes in one go. */