WABA: Fixed compiler warning

svn path=/trunk/kdegraphics/kdvi/; revision=26304
This commit is contained in:
Waldo Bastian 1999-07-24 21:08:11 +00:00
parent 2467b8916f
commit 908e57274a
2 changed files with 3 additions and 7 deletions

View file

@ -97,12 +97,8 @@ char *s ;
lastspecial = 0 ;
}
char buf[BUFLENGTH] ;
#ifndef VMS
void
#endif
main(argc, argv)
int argc ;
char *argv[] ;
int main(int argc, char *argv[])
{
int c ;
char *b ;

2
xdvi.h
View file

@ -559,7 +559,7 @@ EXTERN Window top_level;
#endif /* TOOLKIT */
EXTERN jmp_buf dvi_env; /* mechanism to communicate dvi file errors */
EXTERN char *dvi_oops_msg; /* error message */
EXTERN const char *dvi_oops_msg; /* error message */
#if PS
extern struct psprocs {