Module Name: src Committed By: christos Date: Thu Oct 29 12:55:52 UTC 2009
Modified Files: src/external/bsd/byacc/dist: error.c Log Message: defs.h first. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/external/bsd/byacc/dist/error.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/bsd/byacc/dist/error.c diff -u src/external/bsd/byacc/dist/error.c:1.2 src/external/bsd/byacc/dist/error.c:1.3 --- src/external/bsd/byacc/dist/error.c:1.2 Wed Oct 28 20:56:19 2009 +++ src/external/bsd/byacc/dist/error.c Thu Oct 29 08:55:52 2009 @@ -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 */