Define to `extern __inline__', rather that `extern inline'. Since this
authorRaja R Harinath <harinath@src.gnome.org>
Mon, 13 Jul 1998 06:45:26 +0000 (06:45 +0000)
committerRaja R Harinath <harinath@src.gnome.org>
Mon, 13 Jul 1998 06:45:26 +0000 (06:45 +0000)
commitc387a59e68cab9275ac782aa513176c57a0ff12f
treec50aab498e01e5018600a1e4a8b1c44846e191c2
parent5ba221b94ebcb1b4a47716437bc26a1e33923054
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
support/argp.h
support/gnomesupport.awk
support/mkstemp.c