Start of HP merge changes to GDB.

This commit is contained in:
David Taylor 1998-12-10 21:25:43 +00:00
parent 51d57b0aa6
commit 4770ff087a
14 changed files with 283 additions and 29 deletions

View file

@ -105,7 +105,7 @@ scm_unpack (type, valaddr, context)
else
return 1;
}
switch (7 & svalue)
switch (7 & (int) svalue)
{
case 2: case 6: /* fixnum */
return svalue >> 2;
@ -114,7 +114,7 @@ scm_unpack (type, valaddr, context)
return SCM_ICHR (svalue);
else if (SCM_IFLAGP (svalue))
{
switch (svalue)
switch ((int) svalue)
{
#ifndef SICP
case SCM_EOL: