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

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

import de la partie libastro de Xephem cmv+rz 10/4/2001

File size: 403 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-04-10 14:40:46 $ $Revision: 1.1.1.1 $ $Name: not supported by cvs2svn $
14 */
Note: See TracBrowser for help on using the repository browser.