m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/input.c,v


From: Eric Blake
Subject: Changes to m4/m4/input.c,v
Date: Fri, 07 Sep 2007 20:59:37 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/09/07 20:59:36

Index: m4/input.c
===================================================================
RCS file: /sources/m4/m4/m4/input.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -b -r1.68 -r1.69
--- m4/input.c  7 Aug 2007 03:15:26 -0000       1.68
+++ m4/input.c  7 Sep 2007 20:59:36 -0000       1.69
@@ -163,7 +163,7 @@
       struct
        {
          const m4_builtin *builtin;  /* pointer to builtin's function. */
-         lt_dlhandle handle;     /* originating module. */
+         m4_module *handle;      /* originating module. */
          int flags;              /* flags associated with the builtin. */
          m4_hash *arg_signature; /* argument signature for builtin.  */
          unsigned int min_args;  /* argv minima for the builtin. */




reply via email to

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