]> git.wh0rd.org Git - nano.git/commit
- nano.c:main() - Silence annoying compiler messages about clobbering and uninitializ...
authorChris Allegretta <chrisa@asty.org>
Thu, 13 Feb 2003 00:52:49 +0000 (00:52 +0000)
committerChris Allegretta <chrisa@asty.org>
Thu, 13 Feb 2003 00:52:49 +0000 (00:52 +0000)
commitfe1d0722d41f2f0edafcde9ac255dc0f38775b33
tree54631a7369eaa912254c14859e0afc0917737c73
parenta0449d92a08d76c5aa4492cd5ed1c6d8b42c252b
- nano.c:main() - Silence annoying compiler messages about clobbering and uninitialized variables by moving variable inits to the top of main() and re-initializing them after the sigsetjmp()

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1456 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
ChangeLog
nano.c