From dc73119e1d42e969ba7081a1e15dbab7811721c6 Mon Sep 17 00:00:00 2001 From: herbert Date: Wed, 2 Mar 2005 19:46:59 +1100 Subject: Renamed error to sh_error. --- src/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/error.h') diff --git a/src/error.h b/src/error.h index 4a793c5..3de25d5 100644 --- a/src/error.h +++ b/src/error.h @@ -137,7 +137,7 @@ void onint(void) __attribute__((__noreturn__)); #else void onint(void); #endif -void error(const char *, ...) __attribute__((__noreturn__)); +void sh_error(const char *, ...) __attribute__((__noreturn__)); void exerror(int, const char *, ...) __attribute__((__noreturn__)); const char *errmsg(int, int); -- cgit 1.4.1