git@sv
/
enscript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added the $HOME variable to be used in AFMPATH
[enscript.git]
/
src
/
gsint.h
diff --git
a/src/gsint.h
b/src/gsint.h
index 3c2527ade2924e0de87f28e099b8012087da505f..dde63aab4f68adb97da283e2e04fdad25517274f 100644
(file)
--- a/
src/gsint.h
+++ b/
src/gsint.h
@@
-130,7
+130,7
@@
extern double atan2 ___P ((double, double));
(('0' <= (ch) && (ch) <= '9') || (ch) == '.' || (ch) == '-' || (ch) == '+')
/* Return the width of the character <ch> */
(('0' <= (ch) && (ch) <= '9') || (ch) == '.' || (ch) == '-' || (ch) == '+')
/* Return the width of the character <ch> */
-#define CHAR_WIDTH(ch) (font_widths[(unsigned char) (ch)])
+#define
FNT_
CHAR_WIDTH(ch) (font_widths[(unsigned char) (ch)])
/* Current point y movement from line to line. */
#define LINESKIP (Fpt.h + baselineskip)
/* Current point y movement from line to line. */
#define LINESKIP (Fpt.h + baselineskip)
@@
-176,6
+176,7
@@
typedef enum
ENC_ISO_8859_7,
ENC_ISO_8859_9,
ENC_ISO_8859_10,
ENC_ISO_8859_7,
ENC_ISO_8859_9,
ENC_ISO_8859_10,
+ ENC_ISO_8859_15,
ENC_ASCII,
ENC_ASCII_FISE,
ENC_ASCII_DKNO,
ENC_ASCII,
ENC_ASCII_FISE,
ENC_ASCII_DKNO,