]> granicus.if.org Git - postgresql/commit
Make all our flex and bison files use %option prefix or %name-prefix
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Mar 2006 01:03:12 +0000 (01:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Mar 2006 01:03:12 +0000 (01:03 +0000)
commitfb51ad3419ea84d7ad23edbc931e1b575c803e2a
treea6bed06804d3ea14f05c0b9cd9ae45423faf4413
parent012abebab1bc72043f3f670bf32e91ae4ee04bd2
Make all our flex and bison files use %option prefix or %name-prefix
(respectively) to rename yylex and related symbols.  Some were doing
it this way already, while others used not-too-reliable sed hacks in
the Makefiles.  It's all nice and consistent now.
16 files changed:
contrib/cube/Makefile
contrib/cube/cubeparse.y
contrib/seg/Makefile
contrib/seg/segparse.y
src/backend/bootstrap/Makefile
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootscanner.l
src/backend/bootstrap/bootstrap.c
src/backend/utils/misc/Makefile
src/backend/utils/misc/guc-file.l
src/include/bootstrap/bootstrap.h
src/pl/plpgsql/src/Makefile
src/pl/plpgsql/src/gram.y
src/pl/plpgsql/src/pl_comp.c
src/pl/plpgsql/src/plpgsql.h
src/pl/plpgsql/src/scan.l