summaryrefslogtreecommitdiff
path: root/mcon/U/prototype.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/prototype.U')
-rw-r--r--mcon/U/prototype.U8
1 files changed, 4 insertions, 4 deletions
diff --git a/mcon/U/prototype.U b/mcon/U/prototype.U
index 35558e8..ec65247 100644
--- a/mcon/U/prototype.U
+++ b/mcon/U/prototype.U
@@ -1,12 +1,12 @@
-?RCS: $Id: prototype.U,v 3.0.1.3 1994/05/06 15:11:49 ram Exp $
+?RCS: $Id$
?RCS:
-?RCS: Copyright (c) 1991-1993, Raphael Manfredi
+?RCS: Copyright (c) 1991-1997, 2004-2006, Raphael Manfredi
?RCS:
?RCS: You may redistribute only under the terms of the Artistic Licence,
?RCS: as specified in the README file that comes with the distribution.
?RCS: You may reuse parts of this distribution only within the terms of
?RCS: that same Artistic Licence; a copy of which may be found at the root
-?RCS: of the source tree for dist 3.0.
+?RCS: of the source tree for dist 4.0.
?RCS:
?RCS: $Log: prototype.U,v $
?RCS: Revision 3.0.1.3 1994/05/06 15:11:49 ram
@@ -102,7 +102,7 @@
echo " "
echo "Checking out function prototypes..." >&4
$cat >prototype.c <<'EOCP'
-main(int argc, char *argv[]) {
+int main(int argc, char *argv[]) {
exit(0);}
EOCP
if $cc $ccflags -c prototype.c >prototype.out 2>&1 ; then