- Alpha patch for kdvi

- kview installs its icons in the correct directory

svn path=/trunk/kdegraphics/kdvi/; revision=2306
remotes/origin/kdvi-1.1
Kalle Dalheimer 29 years ago
parent e400ac9628
commit 0506acf0ff
  1. 2
      squeeze.c

@ -35,6 +35,7 @@
* as a constant string. * as a constant string.
*/ */
#include <stdio.h> #include <stdio.h>
#include <string.h>
#define LINELENGTH (72) #define LINELENGTH (72)
#define BUFLENGTH (1000) #define BUFLENGTH (1000)
#undef putchar #undef putchar
@ -43,7 +44,6 @@ FILE *in, *out ;
static int linepos = 0 ; static int linepos = 0 ;
static int lastspecial = 1 ; static int lastspecial = 1 ;
static int stringlen = 0; static int stringlen = 0;
extern int strlen() ;
/* /*
* This next routine writes out a `special' character. In this case, * This next routine writes out a `special' character. In this case,
* we simply put it out, since any special character terminates the * we simply put it out, since any special character terminates the

Loading…
Cancel
Save