From c387a59e68cab9275ac782aa513176c57a0ff12f Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Mon, 13 Jul 1998 06:45:26 +0000 Subject: 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 --- support/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'support/ChangeLog') 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 + + * 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 * argp-help.c: Don't include . -- cgit v1.2.1