1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / m2-lang.h
index 4bc57f5c29435cb39ef9533a262de4c5a46e707e..dc627b7f4711c11c5797877c086928092b8ceb4b 100644 (file)
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
+Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 extern int
 m2_parse PARAMS ((void));      /* Defined in m2-exp.y */
@@ -24,8 +24,8 @@ extern void
 m2_error PARAMS ((char *));    /* Defined in m2-exp.y */
 
 extern void                    /* Defined in m2-typeprint.c */
-m2_print_type PARAMS ((struct type *, char *, FILE *, int, int));
+m2_print_type PARAMS ((struct type *, char *, GDB_FILE *, int, int));
 
 extern int
-m2_val_print PARAMS ((struct type *, char *, CORE_ADDR, FILE *, int, int,
+m2_val_print PARAMS ((struct type *, char *, int, CORE_ADDR, GDB_FILE *, int, int,
                      int, enum val_prettyprint));
This page took 0.023687 seconds and 4 git commands to generate.