* config/tc-ppc.c (md_pseudo_table): Warning fix.
[binutils-gdb.git] / gas / input-scrub.c
index ee5bdc894f87c23841daede030c859a467a42af8..d3437114aa4277776cd5bd00c32d638f11d0b4f5 100644 (file)
@@ -1,5 +1,6 @@
 /* input_scrub.c - Break up input buffers into whole numbers of lines.
-   Copyright (C) 1987, 90, 91, 92, 93, 94, 95, 96, 97, 2000
+   Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+   2000
    Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
@@ -103,21 +104,21 @@ static int logical_input_line;
 
 /* Struct used to save the state of the input handler during include files */
 struct input_save {
-  char *buffer_start;
-  char *partial_where;
-  int partial_size;
-  char save_source[AFTER_SIZE];
-  unsigned int buffer_length;
-  char *physical_input_file;
-  char *logical_input_file;
-  line_numberT physical_input_line;
-  int logical_input_line;
-  int sb_index;
-  sb from_sb;
-  int from_sb_is_expansion;    /* Should we do a conditional check? */
-  struct input_save *next_saved_file;  /* Chain of input_saves */
-  char *input_file_save;       /* Saved state of input routines */
-  char *saved_position;                /* Caller's saved position in buf */
+  char *              buffer_start;
+  char *              partial_where;
+  int                 partial_size;
+  char                save_source[AFTER_SIZE];
+  unsigned int        buffer_length;
+  char *              physical_input_file;
+  char *              logical_input_file;
+  line_numberT        physical_input_line;
+  int                 logical_input_line;
+  int                 sb_index;
+  sb                  from_sb;
+  int                 from_sb_is_expansion; /* Should we do a conditional check?  */
+  struct input_save * next_saved_file; /* Chain of input_saves.  */
+  char *              input_file_save; /* Saved state of input routines.  */
+  char *              saved_position;  /* Caller's saved position in buf.  */
 };
 
 static struct input_save *input_scrub_push PARAMS ((char *saved_position));
@@ -393,7 +394,7 @@ input_scrub_next_buffer (bufp)
       partial_where = 0;
       if (partial_size > 0)
        {
-         as_warn (_("Partial line at end of file ignored"));
+         as_warn (_("partial line at end of file ignored"));
        }
 
       /* Tell the listing we've finished the file.  */