Skip to content
Snippets Groups Projects
Commit 6a00a7eb authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Don't need this anymore. It's now handled in the Makefile.

parent 32163099
No related branches found
No related tags found
No related merge requests found
#
# lex.sed - sed rules to remove conflicts between the
# bootstrap backend interface LEX scanner and the
# normal backend SQL LEX scanner
#
# $Header: /cvsroot/pgsql/src/backend/bootstrap/Attic/boot.sed,v 1.1.1.1 1996/07/09 06:21:14 scrappy Exp $
#
s/^yy/Int_yy/g
s/\([^a-zA-Z0-9_]\)yy/\1Int_yy/g
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment