summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/types.h')
-rw-r--r--Build/source/texk/kpathsea/types.h38
1 files changed, 19 insertions, 19 deletions
diff --git a/Build/source/texk/kpathsea/types.h b/Build/source/texk/kpathsea/types.h
index a6d0e401da7..19684f117e0 100644
--- a/Build/source/texk/kpathsea/types.h
+++ b/Build/source/texk/kpathsea/types.h
@@ -18,7 +18,8 @@
#ifndef KPATHSEA_TYPES_H
#define KPATHSEA_TYPES_H
-#define KPSE_COMPAT_API 1
+/* Required until all programs use the new API, if ever. */
+#define KPSE_COMPAT_API 1
/* Booleans. */
/* NeXT wants to define their own boolean type. */
@@ -86,24 +87,24 @@ typedef enum
kpse_gf_format,
kpse_pk_format,
kpse_any_glyph_format, /* ``any'' meaning gf or pk */
- kpse_tfm_format,
- kpse_afm_format,
- kpse_base_format,
- kpse_bib_format,
- kpse_bst_format,
+ kpse_tfm_format,
+ kpse_afm_format,
+ kpse_base_format,
+ kpse_bib_format,
+ kpse_bst_format,
kpse_cnf_format,
kpse_db_format,
kpse_fmt_format,
kpse_fontmap_format,
kpse_mem_format,
- kpse_mf_format,
- kpse_mfpool_format,
- kpse_mft_format,
- kpse_mp_format,
- kpse_mppool_format,
+ kpse_mf_format,
+ kpse_mfpool_format,
+ kpse_mft_format,
+ kpse_mp_format,
+ kpse_mppool_format,
kpse_mpsupport_format,
kpse_ocp_format,
- kpse_ofm_format,
+ kpse_ofm_format,
kpse_opl_format,
kpse_otp_format,
kpse_ovf_format,
@@ -115,7 +116,7 @@ typedef enum
kpse_texsource_format,
kpse_tex_ps_header_format,
kpse_troff_font_format,
- kpse_type1_format,
+ kpse_type1_format,
kpse_vf_format,
kpse_dvips_config_format,
kpse_ist_format,
@@ -217,7 +218,7 @@ typedef struct kpathsea_instance {
/* from pathsearch.c */
boolean followup_search;
FILE *log_file;
- boolean log_opened; /* Need to open the log file? */
+ boolean log_opened; /* Need to open the log file? */
/* from progname.c */
string invocation_name;
string invocation_short_name;
@@ -228,18 +229,18 @@ typedef struct kpathsea_instance {
const_string fallback_font;
/* If non-NULL, default list of fallback resolutions comes from this
* instead of the compile-time value. Set by dvipsk for the R config
- * cmd. *SIZES environment variables override/use as default.
+ * cmd. *SIZES environment variables override/use as default.
*/
const_string fallback_resolutions_string;
/* If non-NULL, check these if can't find (within a few percent of) the
- * given resolution. List must end with a zero element.
+ * given resolution. List must end with a zero element.
*/
unsigned *fallback_resolutions;
kpse_format_info_type format_info[kpse_last_format];
/* from tex-make.c */
/* We never throw away stdout, since that is supposed to be the filename
* found, if all is successful. This variable controls whether stderr
- * is thrown away.
+ * is thrown away.
*/
boolean make_tex_discard_errors;
FILE *missfont;
@@ -252,7 +253,7 @@ typedef struct kpathsea_instance {
* allows us to reclaim memory we allocated.
*/
char **saved_env; /* these keep track of changed items */
- int saved_count;
+ int saved_count;
} kpathsea_instance;
/* these come from kpathsea.c */
@@ -285,4 +286,3 @@ extern kpathsea kpse_def;
#endif /* KPSE_COMPAT_API */
#endif /* not KPATHSEA_TYPES_H */
-