diff options
Diffstat (limited to 'Build/source/texk/web2c/synctexdir')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex.c | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index ed8c5d75b3c..0705402d6d0 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,8 @@ +2009-12-04 Peter Breitenlohner <peb@mppmu.mpg.de> + + * synctex.c: Remove extern declaration of gettexstring(), + now in ../web2c/coerce.h. + 2009-10-07 Peter Breitenlohner <peb@mppmu.mpg.de> synctex-e-mem.ch0 (just_reverse): Drop unused label found. diff --git a/Build/source/texk/web2c/synctexdir/synctex.c b/Build/source/texk/web2c/synctexdir/synctex.c index b40f2195cc3..1aafcc37dba 100644 --- a/Build/source/texk/web2c/synctexdir/synctex.c +++ b/Build/source/texk/web2c/synctexdir/synctex.c @@ -128,8 +128,6 @@ Latest Revision: Wed Jul 1 08:15:44 UTC 2009 # define SYNCTEX_FREE(x) free(x) # endif -EXTERN char *gettexstring(int n); - /* the macros defined below do the same job than their almost eponym * counterparts of *tex.web, the memory access is sometimes more direct * because *tex.web won't share its own constants the main purpose is to |