mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28028d7384
The japanese version of dvipsk with vflib. PR: 7199 Submitted by: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp>
12 lines
289 B
Plaintext
12 lines
289 B
Plaintext
--- dvipsk/dvips.h.orig2 Sat Jul 4 15:27:05 1998
|
|
+++ dvipsk/dvips.h Sat Jul 4 15:34:20 1998
|
|
@@ -43,7 +43,7 @@
|
|
#include "[.vms]vms.h"
|
|
#endif /* VMS */
|
|
#ifdef VFLIB
|
|
-#include "VF.h"
|
|
+#include <VF.h>
|
|
#define CCTOJIS(x) (((x)/94+0x21)*256 + ((x)%94) + 0x21)
|
|
#endif
|
|
#include <stdlib.h>
|