Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/byacc/dist defs.h first.



details:   https://anonhg.NetBSD.org/src/rev/203d15c7e4be
branches:  trunk
changeset: 748624:203d15c7e4be
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 29 12:55:52 2009 +0000

description:
defs.h first.

diffstat:

 external/bsd/byacc/dist/error.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r b7ba881cdcb2 -r 203d15c7e4be external/bsd/byacc/dist/error.c
--- a/external/bsd/byacc/dist/error.c   Thu Oct 29 10:26:17 2009 +0000
+++ b/external/bsd/byacc/dist/error.c   Thu Oct 29 12:55:52 2009 +0000
@@ -1,10 +1,11 @@
-/*     $NetBSD: error.c,v 1.2 2009/10/29 00:56:19 christos Exp $       */
+/*     $NetBSD: error.c,v 1.3 2009/10/29 12:55:52 christos Exp $       */
 /* Id: error.c,v 1.6 2008/11/24 21:30:35 tom Exp */
 
+#include "defs.h"
+
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: error.c,v 1.2 2009/10/29 00:56:19 christos Exp $");
+__RCSID("$NetBSD: error.c,v 1.3 2009/10/29 12:55:52 christos Exp $");
 
-#include "defs.h"
 
 /* routines for printing error messages  */
 



Home | Main Index | Thread Index | Old Index