From a3333daa1279059c683b86d8a21490f26d35017d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 8 Aug 2000 00:59:08 +0000 Subject: [PATCH] * (all): add cvsid tags * Makefile.in: generate version.c from ChangeLog, add splash.o * splash.o: new * res.rc: add splash screen --- state.cc | 2 ++ tar.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/state.cc b/state.cc index 23502c22..ccac2e94 100644 --- a/state.cc +++ b/state.cc @@ -15,5 +15,7 @@ /* All we do here is instantiate the extern'd variables from state.h */ +static char *cvsid = "\n%%% $Id$\n"; + #define extern #include "state.h" diff --git a/tar.cc b/tar.cc index b8ba7f5a..dcd505e3 100644 --- a/tar.cc +++ b/tar.cc @@ -15,6 +15,8 @@ /* Built-in tar functionality. See tar.h for usage. */ +static char *cvsid = "\n%%% $Id$\n"; + #include "win32.h" #include #include -- 2.43.5