Get rid of support of ancient signal handler return type int
Such environments are missing void type, older K&R C, and such supports already had been removed in various places. Furthermore, current hardcoded 'SIGNALRETURNSINT' is wrong.
This commit is contained in:
@@ -2,7 +2,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
bin_PROGRAMS = ttauth
|
||||
|
||||
ttauth_CFLAGS = -I../../slib -I../../lib -DSIGNALRETURNSINT
|
||||
ttauth_CFLAGS = -I../../slib -I../../lib
|
||||
|
||||
ttauth_LDADD = @LIBTT@ $(X_LIBS)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user