entered into RCS

This commit is contained in:
Roland McGrath 1990-10-15 01:03:43 +00:00
parent 2c4b6dff11
commit 3d28668f2e
1 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
/* This file should provide inline versions of math functions.
Surround GCC-specific parts with #ifdef __GNUC__,
and use `extern __inline'. */
Surround GCC-specific parts with #ifdef __GNUC__, and use `extern __inline'.
This file should define __MATH_INLINES if functions are actually defined as
inlines. */