m4-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 19-gary-module-static-decl-typo.patch


From: Gary V. Vaughan
Subject: FYI: 19-gary-module-static-decl-typo.patch
Date: Thu, 26 Jun 2003 16:01:54 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617

Applied to HEAD.
--
  ())_.  Gary V. Vaughan    gary@(oranda.demon.co.uk|gnu.org)
  ( '/   Research Scientist http://www.oranda.demon.co.uk       ,_())____
  / )=   GNU Hacker         http://www.gnu.org/software/libtool  \'      `&
`(_~)_   Tech' Author       http://sources.redhat.com/autobook   =`---d__/
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * m4/module.c (m4_set_module_macro_table)
        (m4_set_module_builtin_table): Declarations weren't changed when
        definitions were renamed on 2003-06-19.

Index: m4/module.c
===================================================================
RCS file: /cvsroot/m4/m4/m4/module.c,v
retrieving revision 1.24
diff -u -p -u -r1.24 module.c
--- m4/module.c 20 Jun 2003 15:43:20 -0000 1.24
+++ m4/module.c 26 Jun 2003 14:40:09 -0000
@@ -90,8 +90,8 @@ static int        module_remove  (m4 *conte
 static void        module_close   (m4 *context, lt_dlhandle handle,
                                    struct obstack *obs);
 
-static void m4_set_module_macro_table   (m4*, lt_dlhandle, const m4_macro*);
-static void m4_set_module_builtin_table (m4*, lt_dlhandle, const m4_builtin*);
+static void set_module_macro_table   (m4*, lt_dlhandle, const m4_macro*);
+static void set_module_builtin_table (m4*, lt_dlhandle, const m4_builtin*);
 
 static lt_dlcaller_id caller_id = 0;
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]