summaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-12-14 01:12:43 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-12-14 01:12:43 +0000
commitee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9 (patch)
treec7f7a3809bc82839d157b6b508c5782e3193713a /gas/as.h
parentfd5d712edf282aca4fde5c3c51ff03491237cdbd (diff)
2000-12-13 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting. * cgen.h: Likewise. * dwarf2dbg.c: Likewise. * input-scrub.c: Likewise. * read.h: Likewise.
Diffstat (limited to 'gas/as.h')
-rw-r--r--gas/as.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/as.h b/gas/as.h
index 482bdc25d5..3df7be3bd2 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -183,9 +183,9 @@ extern char **environ;
/* Make Saber happier on obstack.h. */
#ifdef SABER
#undef __PTR_TO_INT
-#define __PTR_TO_INT(P) ((int)(P))
+#define __PTR_TO_INT(P) ((int) (P))
#undef __INT_TO_PTR
-#define __INT_TO_PTR(P) ((char *)(P))
+#define __INT_TO_PTR(P) ((char *) (P))
#endif
#ifndef __LINE__