Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/historical/nawk/dist we define HAS_ISBLANK in the M...



details:   https://anonhg.NetBSD.org/src/rev/d23a6b555034
branches:  trunk
changeset: 783643:d23a6b555034
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 02 13:46:17 2013 +0000

description:
we define HAS_ISBLANK in the Makefile

diffstat:

 external/historical/nawk/dist/b.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 40cac285bfbb -r d23a6b555034 external/historical/nawk/dist/b.c
--- a/external/historical/nawk/dist/b.c Wed Jan 02 11:28:48 2013 +0000
+++ b/external/historical/nawk/dist/b.c Wed Jan 02 13:46:17 2013 +0000
@@ -843,7 +843,7 @@
  * to nelson beebe for the suggestion; let's see if it works everywhere.
  */
 
-#define HAS_ISBLANK
+/* #define HAS_ISBLANK */
 
 static const struct charclass {
        const char *cc_name;



Home | Main Index | Thread Index | Old Index