From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/include/nodes/makefuncs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/nodes/makefuncs.h') diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 6a2d7be726..ae60e5f5d1 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * makefuncs.h-- + * makefuncs.h * prototypes for the creator functions (for primitive nodes) * * * Copyright (c) 1994, Regents of the University of California * - * $Id: makefuncs.h,v 1.15 1998/10/01 22:51:22 momjian Exp $ + * $Id: makefuncs.h,v 1.16 1999/02/13 23:21:38 momjian Exp $ * *------------------------------------------------------------------------- */ -- cgit v1.2.1