Module Name:    src
Committed By:   plunky
Date:           Wed Jan 11 20:36:26 UTC 2012

Modified Files:
        src/external/bsd/pcc: Makefile.inc
        src/external/bsd/pcc/include: config.h

Log Message:
update for pcc-20120105


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/pcc/Makefile.inc
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/pcc/include/config.h

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/pcc/Makefile.inc
diff -u src/external/bsd/pcc/Makefile.inc:1.15 src/external/bsd/pcc/Makefile.inc:1.16
--- src/external/bsd/pcc/Makefile.inc:1.15	Thu Sep  1 13:00:14 2011
+++ src/external/bsd/pcc/Makefile.inc	Wed Jan 11 20:36:26 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.15 2011/09/01 13:00:14 plunky Exp $
+#	$NetBSD: Makefile.inc,v 1.16 2012/01/11 20:36:26 plunky Exp $
 
 PCC_DIR:=${.PARSEDIR}
 PCC_DIST=${PCC_DIR}/dist/pcc
@@ -6,7 +6,7 @@ PCC_LIBS=${PCC_DIR}/dist/pcc-libs
 
 # (these strings will be updated by the prepare-import.sh script)
 PCC_VERSION=1.1.0.DEVEL
-PCC_DATESTAMP=20110901
+PCC_DATESTAMP=20120105
 
 TARGOS = netbsd
 

Index: src/external/bsd/pcc/include/config.h
diff -u src/external/bsd/pcc/include/config.h:1.4 src/external/bsd/pcc/include/config.h:1.5
--- src/external/bsd/pcc/include/config.h:1.4	Thu Sep  1 13:00:14 2011
+++ src/external/bsd/pcc/include/config.h	Wed Jan 11 20:36:26 2012
@@ -161,7 +161,7 @@
 #define TLS 1
 
 /* Version string */
-/* #define VERSSTR "pcc 1.1.0.DEVEL 20110901 for i386-unknown-netbsdelf5.99.55" */
+/* #define VERSSTR "pcc 1.1.0.DEVEL 20120105 for i386-unknown-netbsdelf5.99.56" */
 
 /* Size of wide-character type in chars */
 #define WCHAR_SIZE 4

Reply via email to