Apply H>J's patch to propogate changes made by Thomas de Lellis to arm.h
[deliverable/binutils-gdb.git] / gas / cond.c
index 71a2a8e7d13d0fc43adf3dee0a1bbcd25e8226b9..943c9f6bf8295b30a61465edcd6a1d91a8717518 100644 (file)
@@ -1,5 +1,5 @@
 /* cond.c - conditional assembly pseudo-ops, and .include
-   Copyright (C) 1990, 91, 92, 93, 95, 96, 97, 1998
+   Copyright (C) 1990, 91, 92, 93, 95, 96, 97, 98, 1999
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -64,7 +64,7 @@ s_ifdef (arg)
      int arg;
 {
   register char *name;         /* points to name of symbol */
-  register struct symbol *symbolP;     /* Points to symbol */
+  register symbolS *symbolP;   /* Points to symbol */
   struct conditional_frame cframe;
 
   SKIP_WHITESPACE ();          /* Leading whitespace is part of operand. */
@@ -248,7 +248,7 @@ s_ifc (arg)
 
 void 
 s_endif (arg)
-     int arg;
+     int arg ATTRIBUTE_UNUSED;
 {
   struct conditional_frame *hold;
 
@@ -280,7 +280,7 @@ s_endif (arg)
 
 void 
 s_else (arg)
-     int arg;
+     int arg ATTRIBUTE_UNUSED;
 {
   if (current_cframe == NULL)
     {
This page took 0.02427 seconds and 4 git commands to generate.