Protoization.

This commit is contained in:
Kevin Buettner
2000-07-30 01:48:28 +00:00
parent 29e6d33b03
commit fba45db2fa
284 changed files with 5720 additions and 13265 deletions

View File

@@ -37,12 +37,8 @@
#include <errno.h>
void
m2_print_type (type, varstring, stream, show, level)
struct type *type;
char *varstring;
struct ui_file *stream;
int show;
int level;
m2_print_type (struct type *type, char *varstring, struct ui_file *stream,
int show, int level)
{
extern void c_print_type (struct type *, char *, struct ui_file *, int,
int);