Mercurial > hg > xemacs-beta
diff lib-src/etags.c @ 715:add5a821a048
[xemacs-hg @ 2001-12-24 07:44:55 by yoshiki]
Define __P if not already defined. This should fix build problem.
author | yoshiki |
---|---|
date | Mon, 24 Dec 2001 07:44:56 +0000 |
parents | 1df7a5cfb04a |
children | 943eaba38521 |
line wrap: on
line diff
--- a/lib-src/etags.c Sun Dec 23 20:28:22 2001 +0000 +++ b/lib-src/etags.c Mon Dec 24 07:44:56 2001 +0000 @@ -52,6 +52,9 @@ # undef static # define ETAGS_REGEXPS /* use the regexp features */ # define LONG_OPTIONS /* accept long options */ +# ifndef __P +# define __P(args) args +# endif # ifndef PTR # define PTR void * # endif