I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(),
authorManuel Novoa III <mjn3@codepoet.org>
Sun, 12 Aug 2001 17:32:56 +0000 (17:32 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sun, 12 Aug 2001 17:32:56 +0000 (17:32 -0000)
commitc639a35f50014bf9d43b6893b7ed92564e69a9a9
treec2e76689aa1f3bfc4b81c1c9802ad8ef47d4265c
parentdd9173c07fd7222bacd132611aa6b4c9d1090215
I stupidly forgot one level of pointer indirection in the cmdtxt(), calcsize(),
and copynode() table implementations.  Commit the fix but keep them disabled
until others check them out.  Uncomment "//#define CMDTXT_TABLE",
"//#define CALCSIZE_TABLE", and "//#define COPYNODE_TABLE" to try them out.
Saves over 600 bytes on i386.
ash.c
shell/ash.c