summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpp/common/ppdata.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libpp/common/ppdata.c')
-rw-r--r--usr/src/lib/libpp/common/ppdata.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libpp/common/ppdata.c b/usr/src/lib/libpp/common/ppdata.c
index 555773e334..f06f64feb7 100644
--- a/usr/src/lib/libpp/common/ppdata.c
+++ b/usr/src/lib/libpp/common/ppdata.c
@@ -1,7 +1,7 @@
/***********************************************************************
* *
* This software is part of the ast package *
-* Copyright (c) 1986-2008 AT&T Intellectual Property *
+* Copyright (c) 1986-2009 AT&T Intellectual Property *
* and is licensed under the *
* Common Public License, Version 1.0 *
* by AT&T Intellectual Property *
@@ -48,7 +48,7 @@
* only within macro bodies
*/
-static const char id[] = "\n@(#)$Id: libpp (AT&T Research) 2007-06-12 $\0\n";
+static const char id[] = "\n@(#)$Id: libpp (AT&T Research) 2009-02-02 $\0\n";
#include "pplib.h"
@@ -176,4 +176,4 @@ struct ppglobals pp =
/* the rest are implicitly initialized */
};
-char ppctype[UCHAR_MAX];
+char ppctype[UCHAR_MAX+1];