* ftpcmd.y: Fix up grammar so that single character token names
authorTom Yu <tlyu@mit.edu>
Sat, 26 Aug 2000 01:30:04 +0000 (01:30 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 26 Aug 2000 01:30:04 +0000 (01:30 +0000)
commit4435955d741878cd8d8ae759b8598e953cfaefab
treec85bedd0833d501b18fbabdcef40264207e68cd6
parentbb0fa5c59e45a83769463f88a2b17cbe981ad9d0
* ftpcmd.y: Fix up grammar so that single character token names
are no longer used; this was breaking the build using bison on
HP/UX because some system headers declare structures with members
having all-uppercase field names and bison puts the token name
#define statements in front of the C declarations section in the
output, causing them to be in force while those headers get
#included.  There doesn't seem to be much purpose in not just
using character constants, anyway.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12632 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftpd/ChangeLog
src/appl/gssftp/ftpd/ftpcmd.y