aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-03 02:25:33 +0000
commitd1a6c2428d38a8a36727df7f693d784854172701 (patch)
treee1ec82f85326d1a8e347a25b10a95b00a4c5f6ec /gas/read.c
parent38110bc4c34ea54dfcdd65dcd09dc1364240fa5e (diff)
downloadfsf-binutils-gdb-d1a6c2428d38a8a36727df7f693d784854172701.zip
fsf-binutils-gdb-d1a6c2428d38a8a36727df7f693d784854172701.tar.gz
fsf-binutils-gdb-d1a6c2428d38a8a36727df7f693d784854172701.tar.bz2
* as.h: Fix formatting.
* cgen.c: Likewise. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * frags.h: Likewise. * gasp.c: Likewise. * macro.c: Likewise. * read.c: Likewise. * stabs.c: Likewise. * symbols.c: Likewise.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index b0446c8..1e45eab 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -45,7 +45,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "ecoff.h"
#ifndef TC_START_LABEL
-#define TC_START_LABEL(x,y) (x==':')
+#define TC_START_LABEL(x,y) (x == ':')
#endif
/* Set by the object-format or the target. */