From b12b8769887e92f3a9e3985ec2e012ee5d860da5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 10 Oct 2005 18:16:21 +0000 Subject: 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 --- make-tapreg-dotc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'make-tapreg-dotc') diff --git a/make-tapreg-dotc b/make-tapreg-dotc index aa5e6931ea..686f308011 100755 --- a/make-tapreg-dotc +++ b/make-tapreg-dotc @@ -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. -- cgit v1.2.3