aboutsummaryrefslogtreecommitdiffstats
path: root/eval.h
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2019-03-18 23:05:26 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-04-23 20:37:05 (GMT)
commit304a722c426f47a461dc88c4493f800c0690b29b (patch)
tree151b974354c0c7ec4e89649a949db32f11b56442 /eval.h
parent7db984561ef8fd0ff9165288324dbc81516113f0 (diff)
downloadpowwow-304a722c426f47a461dc88c4493f800c0690b29b.zip
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.gz
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.bz2
remove some non-ANSI C support
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/eval.h b/eval.h
index 67041d1..d717103 100644
--- a/eval.h
+++ b/eval.h
@@ -41,12 +41,12 @@
#define PRINT_AS_PTR 1
#define PRINT_AS_LONG 2
-int eval_any __P ((long *lres, ptr *pres, char **what));
-int evalp __P (( ptr *pres, char **what));
-int evall __P ((long *lres, char **what));
-int evaln __P (( char **what));
+int eval_any(long *lres, ptr *pres, char **what);
+int evalp( ptr *pres, char **what);
+int evall(long *lres, char **what);
+int evaln( char **what);
-void print_error __P ((int err_num));
+void print_error(int err_num);
extern char *error_msg[];
extern int error;