From 44183f53a198d5f89e5adf9570bfa597118d46f3 Mon Sep 17 00:00:00 2001 From: schmidt Date: Sun, 14 Nov 1999 00:47:33 +0000 Subject: ChangeLogTag:Sat Nov 13 11:29:20 1999 Douglas C. Schmidt --- apps/gperf/ChangeLog | 6 ++++++ apps/gperf/src/Key_List.cpp | 2 ++ 2 files changed, 8 insertions(+) (limited to 'apps') diff --git a/apps/gperf/ChangeLog b/apps/gperf/ChangeLog index c0fd3e78c66..6319de0b63d 100644 --- a/apps/gperf/ChangeLog +++ b/apps/gperf/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 13 18:43:53 1999 Douglas C. Schmidt + + * src/Key_List.cpp: The code for output_lookup_function() was + not being called if option[GLOBAL] was set. Thanks to Eugene + Surovegin for reporting the bug and the fix. + Tue Aug 31 14:47:06 1999 Pradeep Gore * Makefile: diff --git a/apps/gperf/src/Key_List.cpp b/apps/gperf/src/Key_List.cpp index f1e27daeeff..a6d8753d256 100644 --- a/apps/gperf/src/Key_List.cpp +++ b/apps/gperf/src/Key_List.cpp @@ -1753,6 +1753,8 @@ Key_List::output (void) /* NOTREACHED */ } } + else + output_lookup_function (); } if (additional_code) -- cgit v1.2.1