[hackers] [sbase] Fix build error || sin

From: <git_AT_suckless.org>
Date: Mon, 29 Sep 2014 15:11:19 +0200

commit a1784b721d19c7f1743e1779f3037cd15b91acf5
Author: sin <sin_AT_2f30.org>
Date: Mon Sep 29 14:10:54 2014 +0100

    Fix build error
    
    Remove __dead.

diff --git a/expr.c b/expr.c
index e321c40..68220fb 100644
--- a/expr.c
+++ b/expr.c
_AT_@ -23,7 +23,7 @@ int to_integer(struct val *);
 void to_string(struct val *);
 int is_zero_or_null(struct val *);
 void nexttoken(int);
-__dead void error(void);
+void error(void);
 struct val *eval6(void);
 struct val *eval5(void);
 struct val *eval4(void);
_AT_@ -219,7 +219,7 @@ nexttoken(int pat)
         return;
 }
 
-__dead void
+void
 error(void)
 {
         errx(2, "syntax error");
Received on Mon Sep 29 2014 - 15:11:19 CEST

This archive was generated by hypermail 2.3.0 : Mon Sep 29 2014 - 15:12:08 CEST