We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7492fb1 commit 2697c27Copy full SHA for 2697c27
src/include/utils/exc.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: exc.h,v 1.5 1996/11/27 08:16:44 bryanh Exp $
+ * $Id: exc.h,v 1.6 1996/12/10 07:04:22 bryanh Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -23,7 +23,7 @@ extern Index ExcLineNumber;
23
/*
24
* ExcMessage and Exception are now defined in c.h
25
26
-#if !defined(SIGJMP_BUF)
+#if defined(JMP_BUF)
27
typedef jmp_buf ExcContext;
28
#else
29
typedef sigjmp_buf ExcContext;
0 commit comments