summaryrefslogtreecommitdiff
path: root/mcon/U/i_string.U
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/U/i_string.U')
-rw-r--r--mcon/U/i_string.U10
1 files changed, 5 insertions, 5 deletions
diff --git a/mcon/U/i_string.U b/mcon/U/i_string.U
index 8421e06..ce8bdfa 100644
--- a/mcon/U/i_string.U
+++ b/mcon/U/i_string.U
@@ -1,12 +1,12 @@
-?RCS: $Id: i_string.U,v 3.0.1.2 1993/10/16 13:50:12 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_string.U,v $
?RCS: Revision 3.0.1.2 1993/10/16 13:50:12 ram
@@ -21,7 +21,7 @@
?X:
?X: See if we should include <string.h> or <strings.h>
?X:
-?MAKE:i_string strings: test Setvar Findhdr
+?MAKE:i_string strings: test Setvar Findhdr Warn
?MAKE: -pick add $@ %<
?S:i_string:
?S: This variable conditionally defines the I_STRING symbol, which
@@ -50,7 +50,7 @@ else
if $test "$strings" && $test -r "$strings"; then
echo "Using <strings.h> instead of <string.h>." >&4
else
- echo "No string header found -- You'll surely have problems." >&4
+ ./warn "No string header found -- You'll surely have problems."
fi
fi
set i_string