mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Remove superfluous extern errno declaration. (#333605, Tommi Komulainen)
2006-03-06 Matthias Clasen <mclasen@redhat.com> * xdgmimemagic.c: Remove superfluous extern errno declaration. (#333605, Tommi Komulainen)
This commit is contained in:
parent
6c5c31f75b
commit
727b00ff13
@ -1,3 +1,8 @@
|
||||
2006-03-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* xdgmimemagic.c: Remove superfluous extern errno
|
||||
declaration. (#333605, Tommi Komulainen)
|
||||
|
||||
2006-02-27 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
|
||||
|
@ -47,8 +47,6 @@
|
||||
#define TRUE (!FALSE)
|
||||
#endif
|
||||
|
||||
extern int errno;
|
||||
|
||||
typedef struct XdgMimeMagicMatch XdgMimeMagicMatch;
|
||||
typedef struct XdgMimeMagicMatchlet XdgMimeMagicMatchlet;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user