add .o's to OBJS list
[unix-history] / usr / src / old / lex / sub1.c
index 18c60cf..f5314ff 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)sub1.c     4.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)sub1.c     4.4 (Berkeley) %G%";
 #endif
 
 # include "ldefs.c"
 #endif
 
 # include "ldefs.c"
@@ -497,7 +497,7 @@ munput(t,p) /* implementation dependent */
        register int i,j;
        if(t == 'c'){
                *pushptr++ = peek;              /* watch out for this */
        register int i,j;
        if(t == 'c'){
                *pushptr++ = peek;              /* watch out for this */
-               peek = p;
+               peek = (int)p;
                }
        else if(t == 's'){
                *pushptr++ = peek;
                }
        else if(t == 's'){
                *pushptr++ = peek;