]> git.pld-linux.org Git - packages/Canna.git/blame - Canna-stdin.patch
- -DESTDIR patch unused
[packages/Canna.git] / Canna-stdin.patch
CommitLineData
dd8a24ee
JB
1diff -urN Canna35b2.ORIG/dic/ideo/pubdic/pod.c Canna35b2/dic/ideo/pubdic/pod.c
2--- Canna35b2.ORIG/dic/ideo/pubdic/pod.c Tue May 31 06:42:12 1994
3+++ Canna35b2/dic/ideo/pubdic/pod.c Thu Jan 21 04:21:27 1999
4@@ -51,7 +51,7 @@
5 static int list_kinds;
6 static int copy_frequency, extract_kana = 0;
7 static long specific_kind;
8-static FILE *in1 = stdin, *in2 = stdin;
9+static FILE *in1, *in2;
10 static char *common_out, *old_out, *new_out, *hinshi_table, *bunrui;
11 static char *description_table;
12 static int selhinshi = 0;
13@@ -1373,6 +1373,8 @@
14 int argc;
15 char *argv[];
16 {
17+ in1 = stdin;
18+ in2 = stdin;
19 #ifndef POD_WCHAR
20 setlocale(LC_ALL, "");
21 #endif
This page took 0.044758 seconds and 4 git commands to generate.