#
# lex.sed - sed rules to remove conflicts between the backend interface
#		LEX scanner and the POSTQUEL LEX scanner
#
# $Header: /usr/local/devel/postgres/src/backend/bootstrap/RCS/boot.sed,v 1.1 1993/06/24 03:53:46 aoki Exp $
#
s/^yy/Int_yy/g
s/\([^a-zA-Z0-9_]\)yy/\1Int_yy/g
