summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2011-03-11 08:56:01 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2011-03-11 08:56:01 +0000
commit547fb2dcfd4a06291081356625b01984bc5bb2a5 (patch)
tree683a9d31f29e47d6e4ca14b36c6a01ba5dcbb0dc /Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
parentfa733e33bcc0eab72864135d96ab59110fe47e88 (diff)
synctex: typo fixed, last commit broke synctex command line tool
git-svn-id: svn://tug.org/texlive/trunk@21687 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex_parser_utils.h')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_parser_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h b/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
index ac6de5578fd..17c72110db8 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
+++ b/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
@@ -109,7 +109,7 @@ int _synctex_copy_with_quoting_last_path_component(const char * src, char ** des
static const char * synctex_suffix = ".synctex";
static const char * synctex_suffix_gz = ".gz";
-typedef unsigned int synctex_io_mode_type;
+typedef unsigned int synctex_io_mode_t;
typedef enum {
synctex_io_append_mask = 1,
@@ -120,10 +120,10 @@ enum {
synctex_io_mode_read = 0
};
-int _synctex_get_name(const char * output, const char * build_directory, char ** synctex_name_ref, synctex_io_mode_type * compress_mode_ref);
+int _synctex_get_name(const char * output, const char * build_directory, char ** synctex_name_ref, synctex_io_mode_t * io_mode_ref);
/* returns the correct mode required by fopen and gzopen from the given io_mode */
-const char * _synctex_get_io_mode_name(synctex_io_mode_type io_mode);
+const char * _synctex_get_io_mode_name(synctex_io_mode_t io_mode);
#ifdef __cplusplus
}