source: Sophya/trunk/SophyaExt/XephemAstroLib/P_.h@ 2395

Last change on this file since 2395 was 1719, checked in by cmv, 24 years ago

Adapted to version 3.5 xephem cmv 22/10/2001

File size: 399 bytes
Line 
1/* surround declarations with P_() to include prototypes if it looks likes
2 * compiler should handle them.
3 */
4#ifndef P_
5#if defined(__STDC__) || defined(__cplusplus) || NeedFunctionPrototypes
6#define P_(s) s
7#else
8#define P_(s) ()
9#endif
10#endif /* P_ */
11
12/* For RCS Only -- Do Not Edit
13 * @(#) $RCSfile: P_.h,v $ $Date: 2001-10-22 12:08:25 $ $Revision: 1.2 $ $Name: not supported by cvs2svn $
14 */
Note: See TracBrowser for help on using the repository browser.