* config/tc-ppc.c (md_assemble <DS relocs>): Test ppc_size as well
[deliverable/binutils-gdb.git] / gas / expr.h
index d3128855072f05369f37bb33e0c5f21ffc551c11..9483cafb4188d29c126777eaeef58549b41a79d8 100644 (file)
@@ -1,5 +1,6 @@
 /* expr.h -> header file for expr.c
-   Copyright (C) 1987, 92-99, 2000 Free Software Foundation, Inc.
+   Copyright 1987, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
+   Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -39,8 +40,7 @@
 
    NOTE: This enumeration must match the op_rank array in expr.c.  */
 
-typedef enum
-{
+typedef enum {
   /* An illegal expression.  */
   O_illegal,
   /* A nonexistent expression.  */
@@ -111,8 +111,7 @@ typedef enum
   O_max
 } operatorT;
 
-typedef struct expressionS
-{
+typedef struct expressionS {
   /* The main symbol.  */
   symbolS *X_add_symbol;
   /* The second symbol, if needed.  */
This page took 0.023213 seconds and 4 git commands to generate.