From b66aed3e8801847b214f8acd6ef8a3464803e7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 28 Dec 1997 23:57:31 +0100 Subject: [PATCH] *** empty log message *** Rev: lib/modules/Protocols.pmod/X.pmod/error.h:1.1 --- lib/modules/Protocols.pmod/X.pmod/error.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/modules/Protocols.pmod/X.pmod/error.h diff --git a/lib/modules/Protocols.pmod/X.pmod/error.h b/lib/modules/Protocols.pmod/X.pmod/error.h new file mode 100644 index 0000000000..c84463d673 --- /dev/null +++ b/lib/modules/Protocols.pmod/X.pmod/error.h @@ -0,0 +1,5 @@ +/* error.h + * + */ + +#define error(x) throw( ({ (x), backtrace() }) ) -- GitLab