Index: unix/tkAppInit.c =================================================================== diff -u -rbfeda566de60595825c75d78632d42458bb6cb05 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- unix/tkAppInit.c (.../tkAppInit.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) +++ unix/tkAppInit.c (.../tkAppInit.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,6 +1,5 @@ /* * tkAppInit.c -- - * $Id: tkAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ * * Provides a default version of the Tcl_AppInit procedure for * use in wish and similar Tk-based applications. @@ -12,10 +11,6 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#ifndef lint -/* static char sccsid[] = "@(#) tkAppInit.c 1.12 94/12/17 16:30:56"; */ -#endif /* not lint */ - #include "tk.h" #include "locale.h" #include