1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 12:02:11 +00:00

Switch from SCCS to git.

Remove the SCCS keyword '%W%' from all files.
Mostly this just remove comments.
Remove trailing white space, too.
* Makefile (TZCODE_VERSION): New macro.
(version.h): New rule.
(tzselect): Interpolate TZCODE_VERSION.
(clean): Remove version.h.
(zdump.o, zic.o): Depend on version.h.
* asctime.c, date.c, difftime.c, ialloc.c, localtime.c, scheck.c:
* strftime.c, zdump.c, zic.c: Remove elsieid.
* private.h: Remove privatehid.
* tzfile.h: Remove tzfilehid.
* tzselect.h (TZCODE_VERSION): Rename from VERSION.
* zdump.c, zic.c: Include "version.h",
and use TZCODE_VERSION instead of elsieid.
This commit is contained in:
Paul Eggert
2012-07-18 17:30:38 -07:00
parent 33193b0ac3
commit dccd5a16af
59 changed files with 33 additions and 157 deletions

View File

@ -1,5 +1,4 @@
# <pre>
# %W%
# This file is in the public domain, so clarified as of
# 2009-05-17 by Arthur David Olson.