aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/executor/nodeMaterial.h4
-rw-r--r--src/include/libpq/crypt.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/executor/nodeMaterial.h b/src/include/executor/nodeMaterial.h
index 26078fc1b06..fddc4d1edbe 100644
--- a/src/include/executor/nodeMaterial.h
+++ b/src/include/executor/nodeMaterial.h
@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: nodeMaterial.h,v 1.9 1999/02/13 23:21:26 momjian Exp $
+ * $Id: nodeMaterial.h,v 1.10 1999/02/21 03:49:44 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -23,7 +23,7 @@ extern int ExecCountSlotsMaterial(Material *node);
extern void ExecEndMaterial(Material *node);
extern void ExecMaterialReScan(Material *node, ExprContext *exprCtxt, Plan *parent);
-#if 0
+#ifdef NOT_USED
extern List ExecMaterialMarkPos(Material *node);
extern void ExecMaterialRestrPos(Material *node);
diff --git a/src/include/libpq/crypt.h b/src/include/libpq/crypt.h
index b60b4b84043..d6023332be6 100644
--- a/src/include/libpq/crypt.h
+++ b/src/include/libpq/crypt.h
@@ -22,7 +22,7 @@ extern int pwd_cache_count;
extern char *crypt_getpwdfilename(void);
extern char *crypt_getpwdreloadfilename(void);
-#if 0
+#ifdef NOT_USED
extern MsgType crypt_salt(const char *user);
#endif