diff options
Diffstat (limited to 'src/interfaces')
-rw-r--r-- | src/interfaces/Makefile | 4 | ||||
-rw-r--r-- | src/interfaces/ecpg/preproc/preproc.y | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index 6ff3ac386e8..37e286c2d25 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.14 1998/08/26 05:22:58 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.15 1998/08/26 16:43:51 momjian Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,7 @@ endif .DEFAULT all install clean dep depend distclean: $(perl-makefile-dep) $(MAKE) -C libpq $@ -# $(MAKE) -C ecpg $@ + $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) $(MAKE) -C libpq++ $@ else diff --git a/src/interfaces/ecpg/preproc/preproc.y b/src/interfaces/ecpg/preproc/preproc.y index cc8528e4355..fec7232375e 100644 --- a/src/interfaces/ecpg/preproc/preproc.y +++ b/src/interfaces/ecpg/preproc/preproc.y @@ -641,7 +641,7 @@ output_statement(char * stmt, int mode) %type <str> join_using where_clause relation_expr row_op sub_type %type <str> opt_column_list insert_rest InsertStmt OptimizableStmt %type <str> columnList DeleteStmt LockStmt UpdateStmt CursorStmt -%type <str> NotifyStmt columnElem copy_dirn SubUnion c_expr +%type <str> NotifyStmt columnElem copy_dirn SubUnion c_expr UnlistenStmt %type <str> copy_delimiter ListenStmt CopyStmt copy_file_name opt_binary %type <str> opt_with_copy FetchStmt opt_direction fetch_how_many opt_portal_name %type <str> ClosePortalStmt DestroyStmt VacuumStmt opt_verbose |