Declare variables.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@16711 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-05-13 13:59:29 +00:00
parent 77cf84a62f
commit 3ca0345dbd
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2003-05-13 15:57 Alexander Malmberg <alexander@malmberg.org>
* Tools/gdnc.m (ihandler): Declare variables.
2003-05-12 Richard Frith-Macdonald <rfm@gnu.org>
* Source/Additions/GSXML.m: New -escapedContent method to provide

View file

@ -38,6 +38,7 @@ static void
ihandler(int sig)
{
int i;
char *e;
/*
* Reset signals to avoid recursive call of handler.