mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
77cf84a62f
commit
3ca0345dbd
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -38,6 +38,7 @@ static void
|
|||
ihandler(int sig)
|
||||
{
|
||||
int i;
|
||||
char *e;
|
||||
|
||||
/*
|
||||
* Reset signals to avoid recursive call of handler.
|
||||
|
|
Loading…
Reference in a new issue