gas/
[deliverable/binutils-gdb.git] / gas / config / obj-som.h
index 35670bc621cc29b9ef9210558bde3926a1666a15..23d79eb2b118adb4d2bbc16309a8cdb79edcfaf9 100644 (file)
@@ -1,5 +1,5 @@
 /* SOM object file format.
-   Copyright (C) 1993, 1994, 1995, 1998 Free Software Foundation, Inc.
+   Copyright 1993, 1994, 1995, 1998, 2000 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -36,7 +36,7 @@
 #endif
 
 /* should be conditional on address size!  */
-#define som_symbol(asymbol) ((som_symbol_type *)(&(asymbol)->the_bfd))
+#define som_symbol(asymbol) ((som_symbol_type *) (&(asymbol)->the_bfd))
 
 extern void som_file_symbol PARAMS ((char *));
 extern void obj_som_version PARAMS ((int));
This page took 0.023027 seconds and 4 git commands to generate.