]> git.tue.mpg.de Git - paraslash.git/commit
Merge version.c into string.c.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 31 Dec 2024 23:48:26 +0000 (00:48 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Jan 2025 17:38:59 +0000 (18:38 +0100)
commit35ad88c366e1dfafbb0f3017b57fafa2940b50ff
tree5d9b5cd23876c21e6a9b0adf5199fa4e4ae3f8c4
parent11c044e0d8dd6ee13d5c2f11b2009964d14d5d67
Merge version.c into string.c.

We can easily get rid of version.{c,o} since all paraslash executables
link in both string.o and version.o, so move the three small functions
of version.c to string.c and their declarations from version.h to
string.h,
20 files changed:
Makefile.real
afh.c
audioc.c
audiod.c
audiod_command.c
client.c
client_common.c
command.c
filter.c
gui.c
mixer.c
play.c
recv.c
server.c
string.c
string.h
upgrade_db.c
version.c [deleted file]
version.h [deleted file]
write.c