summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorsabetts <sabetts>2002-11-20 09:29:37 +0000
committersabetts <sabetts>2002-11-20 09:29:37 +0000
commitd8b1104be304c1c67db4f16389696ea82a3e6699 (patch)
tree09e160a1339b2cccc700884419265234f2155f4b /AUTHORS
parent34703b2c03d6f5eb15b9357d9ba6fc707944aa98 (diff)
downloadratpoison-d8b1104be304c1c67db4f16389696ea82a3e6699.zip
* src/ratpoison.h[!HAVE_VARARG_MACROS]: PRINT_ERROR and
PRINT_DEBUG are defined as void macros. * src/events.c (client_msg): Add semicolon to the end of a PRINT_DEBUG line. * src/actions.c (cmd_bind): typecast data as a (char *) before using it in (char *) pointer arithmetic. * configure.in: Add check to see if the preprocessor has variable argument macro capabilities.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 74dd4fa..b0c3dbb 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -22,3 +22,4 @@ Mike Meyer <mwm@mired.org>
Ben Leslie <benno@sesgroup.net>
Dan Aloni <da-x@gmx.net>
Tim Goodwin <tjg@star.le.ac.uk>
+Nicklas Lindgren <nili@lysator.liu.se>