m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/m4/m4module.h


From: Gary V . Vaughan
Subject: Changes to m4/m4/m4module.h
Date: Sat, 07 May 2005 20:37:46 -0400

Index: m4/m4/m4module.h
diff -u m4/m4/m4module.h:1.73 m4/m4/m4module.h:1.74
--- m4/m4/m4module.h:1.73       Sun May  1 11:10:05 2005
+++ m4/m4/m4module.h    Sun May  8 00:37:44 2005
@@ -1,5 +1,7 @@
 /* GNU m4 -- A simple macro processor
-   Copyright (C) 1989-1994, 1999, 2000, 2003, 2004 Free Software Foundation, 
Inc.
+
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1999, 2000, 2003,
+   2004, 2005 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
@@ -176,6 +178,9 @@
 extern m4_symbol *m4_symbol_define  (m4_symbol_table*,
                                     const char *, m4_symbol_value *);
 extern void       m4_symbol_popdef  (m4_symbol_table*, const char *);
+extern m4_symbol *m4_symbol_rename  (m4_symbol_table*, const char *,
+                                    const char *);
+
 extern void       m4_symbol_delete  (m4_symbol_table*, const char *);
 
 #define m4_symbol_delete(symtab, name)                 M4_STMT_START { \




reply via email to

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