changeset 98:51848a7584e0

__dead -> DEAD
author David A. Holland
date Mon, 10 Jun 2013 23:48:21 -0400
parents 83ad94eec98f
children 60184aa42604
files main.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Mon Jun 10 23:46:47 2013 -0400
+++ b/main.c	Mon Jun 10 23:48:21 2013 -0400
@@ -509,7 +509,7 @@
 ////////////////////////////////////////////////////////////
 // complex modes
 
-__dead static
+DEAD static
 void
 commandline_iremap(const struct place *p, char *str)
 {
@@ -871,7 +871,7 @@
 	return false;
 }
 
-__dead static
+DEAD static
 void
 usage(void)
 {