(Bad func proto if not ANSI C and on VMS)

This commit is contained in:
Jeff Hill
1993-12-03 11:12:24 +00:00
parent 4f11453290
commit 15f209abe1
+7 -7
View File
@@ -117,17 +117,17 @@ int num; /* number of values */
*/
#ifdef __STDC__
int cvrt_char(
char *s; /* source */
char *d; /* destination */
int encode; /* cvrt VAX to IEEE if T */
int num; /* number of values */
)
#else
int cvrt_char(
char *s, /* source */
char *d, /* destination */
int encode, /* cvrt VAX to IEEE if T */
int num /* number of values */
)
#else
int cvrt_char(
char *s; /* source */
char *d; /* destination */
int encode; /* cvrt VAX to IEEE if T */
int num; /* number of values */
#endif
{
unsigned int i;