Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/include
Module Name: src
Committed By: plunky
Date: Tue May 4 09:07:11 UTC 2010
Modified Files:
src/include: signal.h
Log Message:
handle the difference between C99 and GNUC semantics of inline
functions with external linkage, by using "inline" for STDC and
"extern inline" for GNUC
(as noted by joerg@, using static inline may be clearer)
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/include/signal.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index