stop using variable sized arrays. That's something that belongs to C++ and not C.
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 10 Apr 2008 19:44:56 +0000 (19:44 +0000)
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 10 Apr 2008 19:44:56 +0000 (19:44 +0000)
commit2b165096752f026550cfd534a4f1336f2f35c122
tree49067b1111ece7e4ce9ba81ac9f340aa48d21e35
parent518bce6c08baa8c10f3441d7b76a6864b78d0850
stop using variable sized arrays. That's something that belongs to C++ and not C.

git-svn-id: svn://svn.berlios.de/openocd/trunk@560 b42882b7-edfa-0310-969c-e2dbd0fdcd60
src/helper/command.c