S/390: Add support for IBM z13.
[deliverable/binutils-gdb.git] / gas / expr.c
index 0ccfbd3b8e9205c414aa3989856a10a60909396a..106f06db21f2e6d4c98c7f386fec52cd6a7d689a 100644 (file)
@@ -1,5 +1,5 @@
 /* expr.c -operands, expressions-
-   Copyright (C) 1987-2014 Free Software Foundation, Inc.
+   Copyright (C) 1987-2015 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -124,7 +124,7 @@ make_expr_symbol (expressionS *expressionP)
 int
 expr_symbol_where (symbolS *sym, char **pfile, unsigned int *pline)
 {
-  register struct expr_symbol_line *l;
+  struct expr_symbol_line *l;
 
   for (l = expr_symbol_lines; l != NULL; l = l->next)
     {
This page took 0.174978 seconds and 4 git commands to generate.