Commit 949ab57c authored by Vadim B. Mikheev's avatar Vadim B. Mikheev

Declaration

static const char *num_word(Cash value);
moved here from cash.h
parent d3dfc664
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
* workings can be found in the book "Software Solutions in C" by * workings can be found in the book "Software Solutions in C" by
* Dale Schumacher, Academic Press, ISBN: 0-12-632360-7. * Dale Schumacher, Academic Press, ISBN: 0-12-632360-7.
* *
* $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.4 1997/04/15 17:39:44 scrappy Exp $ * $Header: /cvsroot/pgsql/src/backend/utils/adt/cash.c,v 1.5 1997/04/18 02:55:54 vadim Exp $
*/ */
#include <stdio.h> #include <stdio.h>
...@@ -23,6 +23,8 @@ ...@@ -23,6 +23,8 @@
#include "utils/builtins.h" #include "utils/builtins.h"
#include "utils/cash.h" #include "utils/cash.h"
static const char *num_word(Cash value);
/* when we go to 64 bit values we will have to modify this */ /* when we go to 64 bit values we will have to modify this */
#define CASH_BUFSZ 24 #define CASH_BUFSZ 24
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment