Remove shells array and just use the const strings directly. This
authorMax Okumoto <okumoto@dragonflybsd.org>
Fri, 20 May 2005 11:47:22 +0000 (11:47 +0000)
committerMax Okumoto <okumoto@dragonflybsd.org>
Fri, 20 May 2005 11:47:22 +0000 (11:47 +0000)
commitf2c78aa9a68e78da9b8dceae6aac003ae542478a
treefcd404faa88cb74fdeb364550b5cae46f6173a64
parentc33b8771970d2971b6207d558f340ce7d94d5fe2
Remove shells array and just use the const strings directly.  This
allows us to get rid of the DEF_SHELL_STRUCT() macro, and just use
a normal struct.
usr.bin/make/shell.c
usr.bin/make/shell.h