ports/korean/hpscat/files/patch-paper.h
Jung-uk Kim 88be950540 - Re-add ftp.kaist.ac.kr and remove defunct ftp.kreonet.re.kr.
- Modernize the port and make Clang happy.
2013-06-17 23:25:53 +00:00

22 lines
874 B
C

--- paper.h.orig 1995-11-23 02:56:27.000000000 -0500
+++ paper.h 2013-06-12 16:57:50.000000000 -0400
@@ -5,7 +5,7 @@
add other paper types like b4 and b5 before the last entry 'user' here
and their dimensions to the array 'papersize' in paper.c */
typedef enum {a3,a4,a5,b4,b5,letter,t10x14,legal,executive,
- folio,quarto,statement,ledger,tabloid,user} PAPER;
+ folio,quarto,statement,ledger,tabloid,c5,user} PAPER;
/* mnemonics for length unit
add other unit such as pica and conversion factor to standard
@@ -54,8 +54,8 @@
#define ABS_MIN_LM 18 /* depends on printer */
-extern s_width;
-extern s_width_nl;
+extern int s_width;
+extern int s_width_nl;
extern int l_width,l_height,l_lm1,l_lm2,l_bm,l_tm;
extern int l3_width,l3_height,l3_lm1,l3_lm2,l3_lm3,l3_bm,l3_tm;
extern int p_width,p_height,p_lm,p_bm,p_tm;