summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-18 17:15:24 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-18 17:15:24 +0000
commit796d0c11816d6cbd743d700854f6d41dee56bd51 (patch)
tree05a0131f263aea2265592c2815f69a78893d60d0 /Build/source/texk/bibtex8/bibtex.c
parent86f9ba21326353dd3cac3586e17739779575b823 (diff)
enable compiler warnings for bibtex8
towards fixing the signed/unsigned char problem git-svn-id: svn://tug.org/texlive/trunk@13818 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.c')
-rw-r--r--Build/source/texk/bibtex8/bibtex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.c b/Build/source/texk/bibtex8/bibtex.c
index a6305b24672..192120818b6 100644
--- a/Build/source/texk/bibtex8/bibtex.c
+++ b/Build/source/texk/bibtex8/bibtex.c
@@ -95,7 +95,6 @@
******************************************************************************
******************************************************************************
*/
-static char *rcsid = "$Id: bibtex.c,v 3.71 1996/08/18 20:37:06 kempson Exp $";
#define __BIBTEX_C__