Commit | Line | Data |
---|---|---|
c48471d3 JH |
1 | ?RCS: $Id: prototype.U,v 3.0.1.3 1994/05/06 15:11:49 ram Exp $ |
2 | ?RCS: | |
3 | ?RCS: Copyright (c) 1991-1993, Raphael Manfredi | |
65a32477 MBT |
4 | ?RCS: |
5 | ?RCS: You may redistribute only under the terms of the Artistic License, | |
c48471d3 JH |
6 | ?RCS: as specified in the README file that comes with the distribution. |
7 | ?RCS: You may reuse parts of this distribution only within the terms of | |
65a32477 | 8 | ?RCS: that same Artistic License; a copy of which may be found at the root |
c48471d3 JH |
9 | ?RCS: of the source tree for dist 3.0. |
10 | ?RCS: | |
11 | ?RCS: $Log: prototype.U,v $ | |
12 | ?RCS: Revision 3.0.1.3 1994/05/06 15:11:49 ram | |
13 | ?RCS: patch23: ensure cc flags used when looking for prototype support | |
14 | ?RCS: | |
15 | ?RCS: Revision 3.0.1.2 1994/01/24 14:15:36 ram | |
16 | ?RCS: patch16: prototype handling macros now appear only when needed | |
17 | ?RCS: | |
18 | ?RCS: Revision 3.0.1.1 1993/08/25 14:03:12 ram | |
19 | ?RCS: patch6: defines were referring to non-existent VOID symbol | |
20 | ?RCS: | |
21 | ?RCS: Revision 3.0 1993/08/18 12:09:36 ram | |
22 | ?RCS: Baseline for dist 3.0 netwide release. | |
23 | ?RCS: | |
502ff8b5 | 24 | ?MAKE:prototype: Nothing |
c48471d3 JH |
25 | ?S:prototype: |
26 | ?S: This variable holds the eventual value of CAN_PROTOTYPE, which | |
65a32477 | 27 | ?S: indicates the C compiler can handle function prototypes. |
c48471d3 | 28 | ?S:. |
502ff8b5 AC |
29 | : stub, never used |
30 | prototype=nothing | |
c48471d3 | 31 |