1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-13 14:22:43 +03:00

Revert removal of signed, volatile, and signal handler arg type tests.

This commit is contained in:
Peter Eisentraut
2000-08-29 09:36:51 +00:00
parent dffd8cac3d
commit ef6164de1d
13 changed files with 377 additions and 231 deletions

View File

@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.11 2000/08/27 19:00:36 petere Exp $
* $Header: /cvsroot/pgsql/src/bin/psql/common.h,v 1.12 2000/08/29 09:36:48 petere Exp $
*/
#ifndef COMMON_H
#define COMMON_H
@@ -34,7 +34,7 @@ extern volatile bool cancel_pressed;
extern PGconn *cancelConn;
#ifndef WIN32
void handle_sigint(int signum);
void handle_sigint(SIGNAL_ARGS);
#endif /* not WIN32 */