summaryrefslogtreecommitdiff
path: root/soltools/cpp/_tokens.c
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/cpp/_tokens.c')
-rw-r--r--soltools/cpp/_tokens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/soltools/cpp/_tokens.c b/soltools/cpp/_tokens.c
index 4c73421b92da..c099f7ae1f89 100644
--- a/soltools/cpp/_tokens.c
+++ b/soltools/cpp/_tokens.c
@@ -67,7 +67,7 @@ static unsigned char toLatin1[256] =
#define MASK "\\x%x"
int
- memcpy_EBCDIC( char * pwbuf, uchar *p, int len )
+ memcpy_EBCDIC( char * pwbuf, uchar const *p, int len )
{
int currpos = 0;
int processedchars = 0;
@@ -266,7 +266,7 @@ void
* make sure there is WS before trp->tp, if tokens might merge in the output
*/
void
- makespace(Tokenrow * trp, Token * ntp)
+ makespace(Tokenrow * trp, Token const * ntp)
{
uchar *tt;
Token *tp = trp->tp;