Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gdb / ax-general.c
index 6020ed7da1a62937a55a904763991b78e9bd33ea..34ec3b3071ed42273b35ccbb9e69d5f9da7ba187 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions for manipulating expressions designed to be executed on the agent
-   Copyright 1998 Free Software Foundation, Inc.
+   Copyright 1998, 2000 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -350,7 +350,7 @@ struct aop_map aop_map[] =
 /* Disassemble the expression EXPR, writing to F.  */
 void
 ax_print (f, x)
-     GDB_FILE *f;
+     struct ui_file *f;
      struct agent_expr *x;
 {
   int i;
This page took 0.023545 seconds and 4 git commands to generate.