Change shell-style comments to C-style.
This commit is contained in:
parent
47279960a0
commit
efac791640
@ -32,12 +32,14 @@
|
|||||||
# define NO_VFORK
|
# define NO_VFORK
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# The following is used as the arg list for signal handlers. Any ports
|
/*
|
||||||
# that take something other than an int argument should change this in
|
The following is used as the arg list for signal handlers. Any ports
|
||||||
# the port specific makefile. Note that variable names are required
|
that take something other than an int argument should change this in
|
||||||
# because it is used in both the prototypes as well as the definitions.
|
the port specific makefile. Note that variable names are required
|
||||||
# Note also the long name. We expect that this won't collide with
|
because it is used in both the prototypes as well as the definitions.
|
||||||
# other names causing compiler warnings.
|
Note also the long name. We expect that this won't collide with
|
||||||
|
other names causing compiler warnings.
|
||||||
|
*/
|
||||||
#ifndef SIGNAL_ARGS
|
#ifndef SIGNAL_ARGS
|
||||||
#define SIGNAL_ARGS int postgres_signal_arg
|
#define SIGNAL_ARGS int postgres_signal_arg
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user