summaryrefslogtreecommitdiff
path: root/mcon/U/i_varhdr.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/i_varhdr.U')
-rw-r--r--mcon/U/i_varhdr.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/i_varhdr.U b/mcon/U/i_varhdr.U
index 909724e..d7629d4 100644
--- a/mcon/U/i_varhdr.U
+++ b/mcon/U/i_varhdr.U
@@ -1,12 +1,12 @@
-?RCS: $Id: i_varhdr.U,v 3.0.1.3 1997/02/28 15:54:42 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: i_varhdr.U,v $
?RCS: Revision 3.0.1.3 1997/02/28 15:54:42 ram
@@ -23,7 +23,7 @@
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
?MAKE:i_stdarg i_varargs i_varhdr: cat +cc +ccflags rm test Setvar \
- Findhdr startsh _o
+ Findhdr Warn startsh _o
?MAKE: -pick add $@ %<
?S:i_stdarg:
?S: This variable conditionally defines the I_STDARG symbol, which
@@ -141,7 +141,7 @@ case "$valstd" in
esac
case "$val" in
'')
-echo "I could not find the definition for va_dcl... You have problems..." >&4
+ ./warn "I could not find the definition for va_dcl... You have problems..."
val="$undef"; set i_stdarg; eval $setvar
val="$undef"; set i_varargs; eval $setvar
;;