* stabsread.c (get_substring): Declare second arg as int.
[deliverable/binutils-gdb.git] / gdb / m2-lang.h
index 1de31fee894edfce02ff1367f384655052aeda39..36bcfc339244faa881e220d622b6969586b97c89 100644 (file)
@@ -15,10 +15,17 @@ 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 */
 
 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 *, GDB_FILE *, int, int));
+
+extern int
+m2_val_print PARAMS ((struct type *, char *, CORE_ADDR, GDB_FILE *, int, int,
+                     int, enum val_prettyprint));
This page took 0.023373 seconds and 4 git commands to generate.