diff options
Diffstat (limited to 'src/pl/plpython/plpython.h')
-rw-r--r-- | src/pl/plpython/plpython.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pl/plpython/plpython.h b/src/pl/plpython/plpython.h index cb30c2a530a..d0d84265f51 100644 --- a/src/pl/plpython/plpython.h +++ b/src/pl/plpython/plpython.h @@ -1,5 +1,7 @@ -#ifndef PLPYTHON_NEW_H -#define PLPYTHON_NEW_H +/* $Header: /cvsroot/pgsql/src/pl/plpython/Attic/plpython.h,v 1.2 2001/05/12 01:30:30 petere Exp $ */ + +#ifndef PLPYTHON_H +#define PLPYTHON_H #define DEBUG_EXC 0 #define DEBUG_LEVEL 0 @@ -63,4 +65,4 @@ # define refc(O) #endif -#endif +#endif /* PLPYTHON_H */ |