From 5c8ecdd14a37ad6b1165e53088e9f4a7da2755c0 Mon Sep 17 00:00:00 2001 From: Jerome Soumagne Date: Wed, 6 May 2015 18:22:48 -0500 Subject: [svn-r27029] Fix bad comment in H5detect, this was preventing PGCC from compiling correctly. Tested on: bluewaters --- src/H5detect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5detect.c b/src/H5detect.c index fc0570c..9947b48 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -73,7 +73,7 @@ static const char *FileHeader = "\n\ #define H5JMP_BUF sigjmp_buf #define H5SETJMP(buf) HDsigsetjmp(buf, 1) #define H5LONGJMP(buf, val) HDsiglongjmp(buf, val) -#define H5HAVE_SIGJMP # sigsetjmp/siglongjmp are supported. +#define H5HAVE_SIGJMP /* sigsetjmp/siglongjmp are supported. */ #elif defined(H5_HAVE_LONGJMP) #define H5JMP_BUF jmp_buf #define H5SETJMP(buf) HDsetjmp(buf) -- cgit v0.12