m4-commit
[Top][All Lists]
Advanced

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

Changes to m4/src/m4.h [branch-1_4]


From: Eric Blake
Subject: Changes to m4/src/m4.h [branch-1_4]
Date: Sat, 27 May 2006 18:11:25 +0000

Index: m4/src/m4.h
diff -u m4/src/m4.h:1.1.1.1.2.4 m4/src/m4.h:1.1.1.1.2.5
--- m4/src/m4.h:1.1.1.1.2.4     Sun May  1 11:54:12 2005
+++ m4/src/m4.h Sat May 27 18:11:23 2006
@@ -1,6 +1,6 @@
 /* GNU m4 -- A simple macro processor
 
-   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005 Free
+   Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 2004, 2005, 2006 Free
    Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
@@ -43,11 +43,8 @@
 # define voidstar char *
 #endif
 
-#ifdef PROTOTYPES
-# define _(Args) Args
-#else
-# define _(Args) ()
-#endif
+/* FIXME - we no longer need this ansi2knr hack.  */
+#define _(Args) Args
 
 #include <stdio.h>
 #include <ctype.h>
@@ -315,7 +312,7 @@
 # define TOKEN_DATA_ORIG_TEXT(Td)      ((Td)->u.u_t.original_text)
 #endif
 #define TOKEN_DATA_FUNC(Td)            ((Td)->u.u_f.func)
-#define TOKEN_DATA_FUNC_TRACED(Td)     ((Td)->u.u_f.traced)
+#define TOKEN_DATA_FUNC_TRACED(Td)     ((Td)->u.u_f.traced)
 
 typedef enum token_type token_type;
 typedef enum token_data_type token_data_type;




reply via email to

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