fixed a mistype in the define macro.
authorUser yamaguti <yamaguti at pgfoundry.org>
Sun, 17 Dec 2006 11:20:22 +0000 (11:20 +0000)
committerUser yamaguti <yamaguti at pgfoundry.org>
Sun, 17 Dec 2006 11:20:22 +0000 (11:20 +0000)
pool_signal.h

index f89d8b3ff956d063fc2fb5bbe799901a56c74934..6d4751d4442ab1cb3717bc2e2a3359ae8c6e8718 100644 (file)
@@ -25,7 +25,7 @@
  */
 
 #ifndef POOL_SIGNAL_H
-#define POOL_SIGNALH
+#define POOL_SIGNAL_H
 
 /*
  * Signal stuff. Stolen from PostgreSQL source code.