Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit include config.h for all c files.



details:   https://anonhg.NetBSD.org/src/rev/f74ab15de1f0
branches:  trunk
changeset: 767698:f74ab15de1f0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 28 00:43:53 2011 +0000

description:
include config.h for all c files.

diffstat:

 lib/libedit/makelist |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 41b234a9ea9d -r f74ab15de1f0 lib/libedit/makelist
--- a/lib/libedit/makelist      Thu Jul 28 00:43:33 2011 +0000
+++ b/lib/libedit/makelist      Thu Jul 28 00:43:53 2011 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-#      $NetBSD: makelist,v 1.16 2010/04/18 21:17:05 christos Exp $
+#      $NetBSD: makelist,v 1.17 2011/07/28 00:43:53 christos Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -55,6 +55,7 @@
 #
 -n)
     cat << _EOF
+#include "config.h"
 #undef WIDECHAR
 #define NARROWCHAR
 #include "${FILES}"



Home | Main Index | Thread Index | Old Index