Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 48ad446

Browse files
committed
Fix up this so that it also doesn't use a caller variable...
1 parent 03febc6 commit 48ad446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/parser/parse_func.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parse_func.h,v 1.5 1998/01/20 05:04:51 momjian Exp $
9+
* $Id: parse_func.h,v 1.6 1998/02/05 03:40:10 scrappy Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -47,7 +47,7 @@ extern Node *ParseNestedFuncOrColumn(ParseState *pstate, Attr *attr,
4747
extern Node *ParseFuncOrColumn(ParseState *pstate, char *funcname, List *fargs,
4848
int *curr_resno, int precedence);
4949

50-
extern void func_error(char *caller, char *funcname, int nargs, Oid *argtypes);
50+
extern void func_error(char *funcname, int nargs, Oid *argtypes);
5151

5252
#endif /* PARSE_FUNC_H */
5353

0 commit comments

Comments
 (0)