Added keywords `north', `south', `east', and `west' for corners
commit82064229892828d19efe6d0d44be84328441f5dd
authorWerner LEMBERG <wl@gnu.org>
Wed, 15 May 2002 02:38:45 +0000 (15 02:38 +0000)
committerWerner LEMBERG <wl@gnu.org>
Wed, 15 May 2002 02:38:45 +0000 (15 02:38 +0000)
tree2a97470951ef6397b0c0294791918b919c0b4963
parentba17dfb6d3174082e390949cf52a35a4761dcabd
Added keywords `north', `south', `east', and `west' for corners
in pic.

* src/preproc/pic/lex.cc (lookup_keyword): Add NORTH, SOUTH, EAST,
and WEST.
(yylex): Handle them.
* src/preproc/pic/pic.y: Add tokens NORTH, SOUTH, EAST, and WEST.
(corner): Handle them.
ChangeLog
src/preproc/pic/lex.cc
src/preproc/pic/pic.y