diff options
author | gdb-3.5 <gdb@fsf.org> | 1990-02-08 06:14:00 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-06-03 15:36:32 +0100 |
commit | 7a67dd45ca1c191a0220697a3ec9fa92993caf8c (patch) | |
tree | ea93641dd0b45fbca686b5e989b0f1085a7541b7 /gdb/expprint.c | |
parent | 1c997a4ae86938343edb715efc3fc742c5f668fe (diff) | |
download | binutils-gdb-7a67dd45ca1c191a0220697a3ec9fa92993caf8c.tar.gz |
gdb-3.5
Diffstat (limited to 'gdb/expprint.c')
-rw-r--r-- | gdb/expprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/expprint.c b/gdb/expprint.c index adbcec704b5..8ac95e93253 100644 --- a/gdb/expprint.c +++ b/gdb/expprint.c @@ -17,13 +17,13 @@ You should have received a copy of the GNU General Public License along with GDB; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <stdio.h> #include "defs.h" #include "symtab.h" #include "param.h" #include "expression.h" #include "value.h" -#include <stdio.h> /* These codes indicate operator precedences, least tightly binding first. */ /* Adding 1 to a precedence value is done for binary operators, |