summaryrefslogtreecommitdiff
path: root/usr/src/lib/libpp/common/pplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libpp/common/pplex.c')
-rw-r--r--usr/src/lib/libpp/common/pplex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libpp/common/pplex.c b/usr/src/lib/libpp/common/pplex.c
index a421393b60..4fd2bbae0b 100644
--- a/usr/src/lib/libpp/common/pplex.c
+++ b/usr/src/lib/libpp/common/pplex.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 *
@@ -2036,7 +2036,7 @@ ppcpp(void)
SYNCIN();
PUSH_QUOTE(pp.macp->arg[c - ARGOFFSET], pp.macp->line);
CACHEIN();
- bp = ip - 1;
+ *(bp = ip - 1) = '"';
if (st & (COLLECTING|EOF2NL|JOINING)) rp = fsm[START];
if (state = rp[c = '"']) goto fsm_next;
goto fsm_get;