diff --git a/contrib/spi/refint.c b/contrib/spi/refint.c
index de5065f539119bc67d6741f1ae8459501789eb41..a4b686fecb45a945a4f10cd5ca2634cac84fadae 100644
--- a/contrib/spi/refint.c
+++ b/contrib/spi/refint.c
@@ -3,8 +3,6 @@
  *		constraints using general triggers.
  */
 
-#define  DEBUG_QUERY 1
-
 #include "executor/spi.h"		/* this is what you need to work with SPI */
 #include "commands/trigger.h"	/* -"- and triggers */
 #include <ctype.h>				/* tolower () */
diff --git a/src/backend/utils/adt/acl.c b/src/backend/utils/adt/acl.c
index 8153cacb88ac11566a3daaa4bdf8338dd15d89a8..2ca61704076cea09c106303acc67d6fece4eec7f 100644
--- a/src/backend/utils/adt/acl.c
+++ b/src/backend/utils/adt/acl.c
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.34 1999/03/21 06:31:59 momjian Exp $
+ *	  $Header: /cvsroot/pgsql/src/backend/utils/adt/acl.c,v 1.35 1999/05/12 12:47:24 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -108,7 +108,7 @@ aclparse(char *s, AclItem *aip, unsigned *modechg)
 
 #ifdef ACLDEBUG_TRACE
 	printf("aclparse: input = '%s'\n", s);
-#endif ACLDEBUG_TRACE
+#endif
 	aip->ai_idtype = ACL_IDTYPE_UID;
 	s = getid(s, name);
 	if (*s != ACL_MODECHG_ADD_CHR &&