Skip to content

Commit 949ab57

Browse files
committed
Declaration
static const char *num_word(Cash value); moved here from cash.h
1 parent d3dfc66 commit 949ab57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/utils/adt/cash.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* workings can be found in the book "Software Solutions in C" by
1010
* Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
1111
*
12-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.4 1997/04/15 17:39:44 scrappy Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.5 1997/04/18 02:55:54 vadim Exp $
1313
*/
1414

1515
#include <stdio.h>
@@ -23,6 +23,8 @@
2323
#include "utils/builtins.h"
2424
#include "utils/cash.h"
2525

26+
static const char *num_word(Cash value);
27+
2628
/* when we go to 64 bit values we will have to modify this */
2729
#define CASH_BUFSZ 24
2830

0 commit comments

Comments
 (0)