summaryrefslogtreecommitdiff
path: root/support/ChangeLog
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@src.gnome.org>1998-07-13 06:45:26 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-07-13 06:45:26 +0000
commitc387a59e68cab9275ac782aa513176c57a0ff12f (patch)
treec50aab498e01e5018600a1e4a8b1c44846e191c2 /support/ChangeLog
parent5ba221b94ebcb1b4a47716437bc26a1e33923054 (diff)
downloadshared-mime-info-c387a59e68cab9275ac782aa513176c57a0ff12f.tar.gz
Define to `extern __inline__', rather that `extern inline'. Since this
* argp.h (ARGP_EI): Define to `extern __inline__', rather that `extern inline'. Since this code is inside an __OPTIMIZE__ check, I assume this is GCC, and __inline__ will work. * mkstemp.c: New file. * gnomesupport.awk: Conditionally emit prototype for `mkstemp'. svn path=/trunk/; revision=273
Diffstat (limited to 'support/ChangeLog')
-rw-r--r--support/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog
index d4ff55b5..36685745 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,12 @@
+1998-07-13 Raja R Harinath <harinath@cs.umn.edu>
+
+ * argp.h (ARGP_EI): Define to `extern __inline__', rather that
+ `extern inline'. Since this code is inside an __OPTIMIZE__ check,
+ I assume this is GCC, and __inline__ will work.
+
+ * mkstemp.c: New file.
+ * gnomesupport.awk: Conditionally emit prototype for `mkstemp'.
+
Tue Jul 7 00:02:51 1998 Tom Tromey <tromey@cygnus.com>
* argp-help.c: Don't include <malloc.h>.