TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
gcl (2.6.12-98) unstable; urgency=medium
* Version_2.6.13pre94
Gbp-Pq: Name Version_2_6_13pre95
char *gcl_gets(char *,int);
int gcl_puts(const char *);
int endp_error(object);
-object Icall_gen_error_handler(object,object,object,object,ufixnum,...);
+object Icall_gen_error_handler(object,object,object,object,ufixnum,...) __attribute__((noreturn));
object file_stream(object);
case R_ARM_THM_JUMP24:
{
long x=(long)(s+a-p);
- if (abs(x)&(~MASK(23))) {
+ if (abs(x)&(~MASK(22))) {
got+=(sym->st_size-1)*tz;
memcpy(got,tramp,sizeof(tramp));
va_list args;
ufixnum n=0;
void *v=NULL;
-#ifndef vsnprintf
- extern int vsnprintf();
-#endif
va_start(args,s);
n=vsnprintf(v,n,s,args)+1;
va_end(args);
if (to == Cnil) {
to = alloc_object(t_readtable);
to->rt.rt_self = NULL;
+ to->rt.rt_case = sKupcase;
/* For GBC not to go mad. */
vs_push(to);
/* Saving for GBC. */