diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-12-14 01:12:43 +0000 |
commit | ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9 (patch) | |
tree | c7f7a3809bc82839d157b6b508c5782e3193713a /gas/as.h | |
parent | fd5d712edf282aca4fde5c3c51ff03491237cdbd (diff) | |
download | gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.zip gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.gz gdb-ee515fb7fafdcd3412526db6d6c2e1d70b8aa8e9.tar.bz2 |
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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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__ |