mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 10:43:03 +01:00
*** empty log message ***
This commit is contained in:
parent
3729aa708b
commit
b5b9fd5f90
@ -30,7 +30,7 @@
|
||||
* John Bellardo <bellardo@cs.ucsd.edu>
|
||||
*
|
||||
*
|
||||
* $Id: firebird.h,v 1.3 2001-12-28 05:15:46 tamlin Exp $
|
||||
* $Id: firebird.h,v 1.4 2002-09-27 13:12:46 kkuznetsov Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -42,6 +42,9 @@
|
||||
#else
|
||||
#define FB_DLL_EXPORT
|
||||
#endif
|
||||
#if defined(SOLX86)
|
||||
#define __PRAGMA_REDEFINE_EXTNAME
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include "fb_exception.h"
|
||||
|
@ -35,7 +35,7 @@
|
||||
* 2002.04.16 Paul Beach - HP10 and unistd.h
|
||||
*/
|
||||
/*
|
||||
$Id: common.h,v 1.33 2002-09-25 06:22:42 kkuznetsov Exp $
|
||||
$Id: common.h,v 1.34 2002-09-27 13:12:46 kkuznetsov Exp $
|
||||
*/
|
||||
|
||||
#ifndef JRD_COMMON_H
|
||||
@ -399,7 +399,7 @@ typedef RETSIGTYPE (*SIG_FPTR) ();
|
||||
#define MOVE_FASTER(from,to,length) memcpy (to, from, (int) (length))
|
||||
#define MOVE_CLEAR(to,length) memset (to, 0, (int) (length))
|
||||
|
||||
typedef RETSIGTYPE (*SIG_FPTR) ();
|
||||
typedef RETSIGTYPE (*SIG_FPTR) (int);
|
||||
#endif /* sun */
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user