diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-08-05 04:47:54 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-08-05 04:47:54 +0000 |
commit | 186aeb1d671d68bb0c5f8e6d31b091add3a80f81 (patch) | |
tree | 9736c28e102d701e624cf45337fef6fe095f161d /src/interfaces/ecpg/preproc/extern.h | |
parent | 1c9a1250964528274dd785da83cfc16f29cd1bec (diff) | |
download | postgresql-186aeb1d671d68bb0c5f8e6d31b091add3a80f81.tar.gz postgresql-186aeb1d671d68bb0c5f8e6d31b091add3a80f81.zip |
From: Dr. Michael Meskes <meskes@online-club.de>
So this should finally get cursors working. There was an ugly bug in it.
Diffstat (limited to 'src/interfaces/ecpg/preproc/extern.h')
-rw-r--r-- | src/interfaces/ecpg/preproc/extern.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interfaces/ecpg/preproc/extern.h b/src/interfaces/ecpg/preproc/extern.h index e18bb33219c..d2eec0c0978 100644 --- a/src/interfaces/ecpg/preproc/extern.h +++ b/src/interfaces/ecpg/preproc/extern.h @@ -16,13 +16,6 @@ struct _include_path { char * path; extern struct _include_path *include_paths; -struct cursor { char *name; - char *command; - struct cursor *next; - }; - -extern struct cursor *cur; - /* This is a linked list of the variable names and types. */ struct variable { |