From 3cfae2794784c1629dd98c0b600b2731e27a3f57 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 2 Oct 2003 05:04:38 +0000 Subject: *** empty log message *** --- register.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'register.cc') diff --git a/register.cc b/register.cc index e0128d10..bc7f6b06 100644 --- a/register.cc +++ b/register.cc @@ -28,7 +28,8 @@ static std::string truncated(const std::string& str, int width) // Register printing code // -void print_register(int argc, char **argv, std::ostream& out) +void print_register(int argc, char ** argv, regexps_t& regexps, + std::ostream& out) { optind = 1; -- cgit v1.2.3