m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/modules/m4.h,v


From: Eric Blake
Subject: Changes to m4/modules/m4.h,v
Date: Sat, 21 Oct 2006 22:15:54 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/10/21 22:15:52

Index: modules/m4.h
===================================================================
RCS file: /sources/m4/m4/modules/m4.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- modules/m4.h        1 May 2005 11:10:05 -0000       1.6
+++ modules/m4.h        21 Oct 2006 22:15:52 -0000      1.7
@@ -1,5 +1,5 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 2003 Free Software Foundation, Inc.
+   Copyright (C) 2003, 2006 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -39,8 +39,11 @@
 typedef void m4_sysval_flush_func (m4 *context);
 typedef void m4_set_sysval_func (int value);
 typedef void m4_dump_symbols_func (m4 *context, m4_dump_symbol_data *data,
-               int argc, m4_symbol_value **argv, bool complain);
+                                  int argc, m4_symbol_value **argv,
+                                  bool complain);
 typedef const char *m4_expand_ranges_func  (const char *s, m4_obstack *obs);
+typedef void m4_make_temp_func (m4 *context, m4_obstack *obs,
+                               const char *macro, const char *name, bool dir);
 
 END_C_DECLS
 




reply via email to

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