Include "register.h" in the machine-generated code to register taps, so

that the definition of the function the machine-generated code defines
is checked against the declaration of that function in "register.h".

svn path=/trunk/; revision=16180
This commit is contained in:
Guy Harris 2005-10-10 18:16:21 +00:00
parent ef966c3377
commit b12b876988
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ shift
#
rm -f ${outfile}-tmp
echo '/* Do not modify this file. */' >${outfile}-tmp
echo '/* It is created automatically by the Makefile. */'>>${outfile}-tmp
echo '/* It is created automatically by the Makefile. */' >>${outfile}-tmp
echo '#include "register.h"' >>${outfile}-tmp
#
# Build code to call all the tap listener registration routines.