Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2697c27

Browse files
author
Bryan Henderson
committed
sigjmp_buf/jmp_buf is backwards, so backend doesn't compile.
1 parent7492fb1 commit2697c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/exc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: exc.h,v 1.5 1996/11/27 08:16:44 bryanh Exp $
9+
* $Id: exc.h,v 1.6 1996/12/10 07:04:22 bryanh Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -23,7 +23,7 @@ extern Index ExcLineNumber;
2323
/*
2424
* ExcMessage and Exception are now defined in c.h
2525
*/
26-
#if!defined(SIGJMP_BUF)
26+
#if defined(JMP_BUF)
2727
typedefjmp_bufExcContext;
2828
#else
2929
typedefsigjmp_bufExcContext;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp