glib.h the #define for g_strescape interfered with the compilation of the

* glib.h
* gstrfuncs.c: the #define for g_strescape interfered with the
compilation of the function, so just remove the function and
note that it's deprecated in the header

-Yosh
This commit is contained in:
Manish Singh
1999-08-01 00:54:14 +00:00
parent 1146c6fbb3
commit 4877766d0e
12 changed files with 66 additions and 90 deletions

View File

@@ -1,3 +1,10 @@
Sat Jul 31 17:52:03 PDT 1999 Manish Singh <yosh@gimp.org>
* glib.h
* gstrfuncs.c: the #define for g_strescape interfered with the
compilation of the function, so just remove the function and
note that it's deprecated in the header
1999-08-01 Tor Lillqvist <tml@iki.fi>
* gstrfuncs.c (g_strccpy, g_strecpy): New functions.